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.3 to 6.0.4

7

index.js
var babylonToEspree = require("./babylon-to-espree");
var assign = require("lodash.assign");
var pick = require("lodash.pick");
var pick = require("lodash.pickby");
var Module = require("module");

@@ -75,2 +75,7 @@ var path = require("path");

estraverses.forEach(function (estraverse) {
estraverse.VisitorKeys.MethodDefinition.push("decorators");
estraverse.VisitorKeys.Property.push("decorators");
});
// monkeypatch escope

@@ -77,0 +82,0 @@ var escope = require(escopeLoc);

6

package.json
{
"name": "babel-eslint",
"version": "6.0.3",
"version": "6.0.4",
"description": "Custom parser for ESLint",

@@ -18,4 +18,4 @@ "main": "index.js",

"babylon": "^6.0.18",
"lodash.assign": "^3.2.0",
"lodash.pick": "^3.1.0"
"lodash.assign": "^4.0.0",
"lodash.pickby": "^4.0.0"
},

@@ -22,0 +22,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