Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "unjam", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"type": "module", | ||
@@ -16,2 +16,6 @@ "files": [ | ||
}, | ||
"./cooperate": { | ||
"require": "./dist/cooperate/index.cjs", | ||
"import": "./dist/cooperate/index.mjs" | ||
}, | ||
"./every": { | ||
@@ -21,6 +25,2 @@ "require": "./dist/every/index.cjs", | ||
}, | ||
"./executeCooperative": { | ||
"require": "./dist/executeCooperative/index.cjs", | ||
"import": "./dist/executeCooperative/index.mjs" | ||
}, | ||
"./filter": { | ||
@@ -38,2 +38,6 @@ "require": "./dist/filter/index.cjs", | ||
}, | ||
"./for": { | ||
"require": "./dist/for/index.cjs", | ||
"import": "./dist/for/index.mjs" | ||
}, | ||
"./forEach": { | ||
@@ -63,2 +67,6 @@ "require": "./dist/forEach/index.cjs", | ||
}, | ||
"./while": { | ||
"require": "./dist/while/index.cjs", | ||
"import": "./dist/while/index.mjs" | ||
}, | ||
"./zip": { | ||
@@ -65,0 +73,0 @@ "require": "./dist/zip/index.cjs", |
@@ -16,3 +16,2 @@ # Unjam | ||
- **Familiar API**: Uses the same method signatures as standard array methods. | ||
- **Customizable**: Control execution with options like chunk size and delay. | ||
- **Tree-shaking support**: Import only what you need for optimal bundle size. | ||
@@ -19,0 +18,0 @@ - **TypeScript support**: Fully typed for a better development experience. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 7 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 4 instances in 1 package
27344
51
449
14
105