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

babel-eslint

Package Overview
Dependencies
Maintainers
10
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.1.1 to 8.1.2

1

lib/analyze-scope.js

@@ -312,2 +312,3 @@ "use strict";

const options = {
ignoreEval: true,
optimistic: false,

@@ -314,0 +315,0 @@ directive: false,

3

lib/parse-with-scope.js
"use strict";
const t = require("@babel/types");
const visitorKeys = require("./visitor-keys");
const analyzeScope = require("./analyze-scope");

@@ -10,5 +10,4 @@ const parse = require("./parse");

const scopeManager = analyzeScope(ast, options);
const visitorKeys = t.VISITOR_KEYS;
return { ast, scopeManager, visitorKeys };
};

@@ -8,2 +8,3 @@ "use strict";

{
Literal: ESLINT_VISITOR_KEYS.Literal,
MethodDefinition: ["decorators"].concat(

@@ -10,0 +11,0 @@ ESLINT_VISITOR_KEYS.MethodDefinition

{
"name": "babel-eslint",
"version": "8.1.1",
"version": "8.1.2",
"description": "Custom parser for ESLint",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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