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.7
to
2.0.8
+7
-3
package.json
{
"name": "iterator-next-callback",
"version": "2.0.7",
"version": "2.0.8",
"description": "Calls async iterator next using a callback format",

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

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

@@ -44,5 +45,8 @@ "version": "tsds version"

"devDependencies": {
"@biomejs/biome": "*",
"@types/mocha": "*",
"@types/node": "*",
"pinkie-promise": "*"
"node-version-use": "*",
"pinkie-promise": "*",
"ts-dev-stack": "*"
},

@@ -49,0 +53,0 @@ "engines": {