Socket
Socket
Sign inDemoInstall

eslint-scope

Package Overview
Dependencies
2
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-alpha.0 to 4.0.0-rc.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

v4.0.0-rc.0 - June 9, 2018
* 3b919b8 Build: Adding rc release script to package.json (#38) (Kevin Partington)
* 137732a Chore: avoid creating package-lock.json files (#37) (Teddy Katz)
v4.0.0-alpha.0 - April 27, 2018

@@ -2,0 +7,0 @@

5

package.json

@@ -6,3 +6,3 @@ {

"main": "lib/index.js",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.0",
"engines": {

@@ -23,3 +23,4 @@ "node": ">=4.0.0"

"alpharelease": "eslint-prerelease alpha",
"betarelease": "eslint-prerelease beta"
"betarelease": "eslint-prerelease beta",
"rcrelease": "eslint-prerelease rc"
},

@@ -26,0 +27,0 @@ "files": [

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