You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

iterator-next-callback

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iterator-next-callback - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+3
-3
package.json
{
"name": "iterator-next-callback",
"version": "2.0.1",
"version": "2.0.2",
"description": "Calls async iterator next using a callback format",

@@ -35,4 +35,4 @@ "keywords": [

"format": "biome check --write --unsafe",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines npm test",
"test": "mocha --no-timeouts test/**/*.test.*",
"test:engines": "nvu engines tsds test:node --no-timeouts",
"version": "tsds version"

@@ -39,0 +39,0 @@ },