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

stack-base-iterator

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stack-base-iterator - npm Package Compare versions

Comparing version
2.2.1
to
2.2.2
+4
-4
package.json
{
"name": "stack-base-iterator",
"version": "2.2.1",
"version": "2.2.2",
"description": "Base iterator for values retrieved using a stack of async functions returning values",

@@ -42,5 +42,5 @@ "keywords": [

"dependencies": {
"async-compat": ">=1.4.6",
"iterator-next-callback": ">=1.1.4",
"maximize-iterator": ">=4.0.1",
"async-compat": "^1.4.6",
"iterator-next-callback": "^2.1.0",
"maximize-iterator": "^4.0.1",
"pinkie-promise": "^2.0.1"

@@ -47,0 +47,0 @@ },