8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
for-each
foreach
1 parent 0d7da87 commit 138b3f2Copy full SHA for 138b3f2
package.json
@@ -49,7 +49,7 @@
49
"core-js": "^3.26.0",
50
"eclint": "^2.8.1",
51
"eslint": "=8.8.0",
52
- "foreach": "^2.0.6",
+ "for-each": "^0.3.3",
53
"in-publish": "^2.0.1",
54
"nyc": "^10.3.2",
55
"safe-publish-latest": "^2.0.0",
test/index.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
var hasToStringTag = require('has-tostringtag/shams')();
4
-var forEach = require('foreach');
+var forEach = require('for-each');
5
var test = require('tape');
6
var isRegex = require('..');
7
0 commit comments