Socket
Socket
Sign inDemoInstall

eslint-plugin-promise

Package Overview
Dependencies
102
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.1 to 5.0.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 5.0.0
- ESLint 7.0 Support
## 4.3.1.
- Updated and applied prettier
## 4.3.0

@@ -2,0 +10,0 @@

19

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

@@ -28,16 +28,19 @@ "keywords": [

"doctoc": "^1.4.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-jest": "^23.13.1",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-eslint-plugin": "^3.0.0",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.2.5",
"jest": "^26.6.3",
"jest-runner-eslint": "^0.8.0",
"jest-runner-eslint": "^0.10.0",
"lint-staged": "^10.2.4",
"prettier": "^2.2.1"
},
"peerDependencies": {
"eslint": "^7.0.0"
},
"engines": {
"node": ">=6"
"node": "^10.12.0 || >=12.0.0"
},

@@ -44,0 +47,0 @@ "license": "ISC",

@@ -28,3 +28,3 @@ 'use strict'

return fixer.replaceTextRange(
[node.start, node.start + 'new '.length],
[node.range[0], node.range[0] + 'new '.length],
''

@@ -31,0 +31,0 @@ )

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc