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

nice-loops

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nice-loops - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "nice-loops",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"description": "Array iterators that yield to the event-loop periodically",

@@ -39,7 +39,7 @@ "main": "dist/index.js",

".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
"import": "./dist/esm/src/index.js",
"require": "./dist/cjs/src/index.js",
"default": "./dist/esm/src/index.js"
}
}
}
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