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

babel-eslint

Package Overview
Dependencies
Maintainers
2
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 6.0.0-beta.3 to 6.0.0-beta.4

4

index.js

@@ -48,3 +48,5 @@ var babylonToEspree = require("./babylon-to-espree");

estraverseRelative = createModule(esrecurseLoc);
} catch (err) {}
} catch (err) {
throw new Error("babel-eslint isn't currently compatible with ESLint 2.3.x. The recommendation is to pin to ESLint 2.2.x right now.");
}

@@ -51,0 +53,0 @@ // contains all the instances of estraverse so we can modify them if necessary

{
"name": "babel-eslint",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "Custom parser for ESLint",

@@ -36,3 +36,3 @@ "main": "index.js",

"devDependencies": {
"eslint": "^2.3.0",
"eslint": "~2.2.0",
"espree": "^3.0.0",

@@ -39,0 +39,0 @@ "mocha": "^2.3.3"

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