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

eslint-plugin-promise

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-promise - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

7

package.json
{
"name": "eslint-plugin-promise",
"version": "3.3.1",
"version": "3.3.2",
"description": "Enforce best practices for JavaScript promises",

@@ -23,9 +23,6 @@ "keywords": [

},
"peerDependencies": {
"eslint": "^2.10 || ^3.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"license": "ISC"
}

@@ -75,3 +75,6 @@ function isFunctionWithBlockStatement (node) {

var currentBranchID = peek(funcInfo.branchIDStack)
funcInfo.branchInfoMap[currentBranchID].good = true
if (funcInfo.branchInfoMap[currentBranchID]) {
funcInfo.branchInfoMap[currentBranchID].good = true
}
// else unreachable code
}

@@ -78,0 +81,0 @@

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