Socket
Socket
Sign inDemoInstall

babel-eslint

Package Overview
Dependencies
Maintainers
12
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 10.0.3 to 10.1.0

4

lib/analyze-scope.js

@@ -152,2 +152,6 @@ "use strict";

EnumDeclaration(node) {
this._createScopeVariable(node, node.id);
}
TypeAlias(node) {

@@ -154,0 +158,0 @@ this._createScopeVariable(node, node.id);

2

lib/parse.js

@@ -22,3 +22,3 @@ "use strict";

plugins: [
["flow", { all: true }],
["flow", { all: true, enums: true }],
"jsx",

@@ -25,0 +25,0 @@ "estree",

{
"name": "babel-eslint",
"version": "10.0.3",
"version": "10.1.0",
"description": "Custom parser for ESLint",

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

"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0",
"@babel/parser": "^7.7.0",
"@babel/traverse": "^7.7.0",
"@babel/types": "^7.7.0",
"eslint-visitor-keys": "^1.0.0",

@@ -20,0 +20,0 @@ "resolve": "^1.12.0"

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