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

stack-promises

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stack-promises - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

16

package.json
{
"name": "stack-promises",
"version": "2.0.1",
"version": "2.0.2",
"description": "sequentPromises resolves Promises sequentially",

@@ -28,3 +28,3 @@ "keywords": [

},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "dist/index.d.ts",

@@ -47,3 +47,3 @@ "typesVersions": {

"commitlint": "commitlint --edit",
"lint": "yarn lint:js && yarn lint:ts",
"lint": "yarn lint:ts && yarn lint:js",
"lint:js": "eslint src --ext ts,tsx --ignore-path .gitignore --report-unused-disable-directives --max-warnings 0",

@@ -63,3 +63,3 @@ "lint:ts": "tsc",

"dependencies": {
"sequent-promises": "^2.0.0"
"sequent-promises": "^2.0.1"
},

@@ -72,4 +72,4 @@ "devDependencies": {

"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"cross-env": "^7.0.3",

@@ -94,3 +94,3 @@ "eslint": "^8.56.0",

"standard-version": "^9.5.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",

@@ -104,5 +104,5 @@ "tsc-files": "^1.1.4",

"peerDependencies": {
"sequent-promises": "^2.0.0"
"sequent-promises": "^2.0.1"
},
"main:src": "src/index.ts"
}
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