Socket
Socket
Sign inDemoInstall

espree

Package Overview
Dependencies
3
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.5.0 to 9.5.1

2

lib/version.js

@@ -1,3 +0,3 @@

const version = "9.5.0";
const version = "9.5.1";
export default version;

@@ -19,3 +19,3 @@ {

},
"version": "9.5.0",
"version": "9.5.1",
"files": [

@@ -38,3 +38,3 @@ "lib",

"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.3.0"
"eslint-visitor-keys": "^3.4.0"
},

@@ -53,6 +53,8 @@ "devDependencies": {

"esprima-fb": "^8001.2001.0-dev-harmony-fb",
"lint-staged": "^13.2.0",
"mocha": "^9.2.2",
"npm-run-all": "^4.1.5",
"rollup": "^2.41.2",
"shelljs": "^0.3.0"
"shelljs": "^0.3.0",
"yorkie": "^2.0.0"
},

@@ -67,2 +69,5 @@ "keywords": [

],
"gitHooks": {
"pre-commit": "lint-staged"
},
"scripts": {

@@ -76,2 +81,3 @@ "unit": "npm-run-all -s unit:*",

"build": "rollup -c rollup.config.js",
"build:debug": "npm run build -- -m",
"update-version": "node tools/update-version.js",

@@ -78,0 +84,0 @@ "pretest": "npm run build",

Sorry, the diff of this file is not supported yet

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