Socket
Socket
Sign inDemoInstall

babel-eslint

Package Overview
Dependencies
Maintainers
5
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-eslint - npm Package Compare versions

Comparing version 8.0.0-alpha.17 to 8.0.0

5

babylon-to-espree/toAST.js

@@ -53,7 +53,2 @@ "use strict";

// TODO estree plugin bug
if (node.type === "Property") {
if (!node.shorthand) node.shorthand = false;
}
if (

@@ -60,0 +55,0 @@ path.isRestElement() &&

10

package.json
{
"name": "babel-eslint",
"version": "8.0.0-alpha.17",
"version": "8.0.0",
"description": "Custom parser for ESLint",

@@ -15,6 +15,6 @@ "main": "index.js",

"dependencies": {
"babel-code-frame": "7.0.0-alpha.17",
"babel-traverse": "7.0.0-alpha.17",
"babel-types": "7.0.0-alpha.17",
"babylon": "7.0.0-beta.18"
"babel-code-frame": "7.0.0-beta.0",
"babel-traverse": "7.0.0-beta.0",
"babel-types": "7.0.0-beta.0",
"babylon": "7.0.0-beta.22"
},

@@ -21,0 +21,0 @@ "scripts": {

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