Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unjam

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unjam - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

dist/cooperate/index.cjs

18

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc