babel-eslint
Advanced tools
Comparing version 8.2.4 to 8.2.5
"use strict"; | ||
var babylonToEspree = require("./babylon-to-espree"); | ||
var parse = require("@babel/parser").parse; | ||
var tt = require("@babel/parser").tokTypes; | ||
var parse = require("babylon").parse; | ||
var tt = require("babylon").tokTypes; | ||
var traverse = require("@babel/traverse").default; | ||
@@ -26,3 +26,3 @@ var codeFrameColumns = require("@babel/code-frame").codeFrameColumns; | ||
"classProperties", | ||
"decorators-legacy", | ||
"decorators", | ||
"doExpressions", | ||
@@ -29,0 +29,0 @@ "exponentiationOperator", |
{ | ||
"name": "babel-eslint", | ||
"version": "8.2.4", | ||
"version": "8.2.5", | ||
"description": "Custom parser for ESLint", | ||
@@ -14,6 +14,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/code-frame": "7.0.0-beta.51", | ||
"@babel/parser": "7.0.0-beta.51", | ||
"@babel/traverse": "7.0.0-beta.51", | ||
"@babel/types": "7.0.0-beta.51", | ||
"@babel/code-frame": "7.0.0-beta.44", | ||
"@babel/traverse": "7.0.0-beta.44", | ||
"@babel/types": "7.0.0-beta.44", | ||
"babylon": "7.0.0-beta.44", | ||
"eslint-scope": "~3.7.1", | ||
@@ -20,0 +20,0 @@ "eslint-visitor-keys": "^1.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
42123
+ Addedbabylon@7.0.0-beta.44
+ Added@babel/code-frame@7.0.0-beta.44(transitive)
+ Added@babel/generator@7.0.0-beta.44(transitive)
+ Added@babel/helper-function-name@7.0.0-beta.44(transitive)
+ Added@babel/helper-get-function-arity@7.0.0-beta.44(transitive)
+ Added@babel/helper-split-export-declaration@7.0.0-beta.44(transitive)
+ Added@babel/highlight@7.0.0-beta.44(transitive)
+ Added@babel/template@7.0.0-beta.44(transitive)
+ Added@babel/traverse@7.0.0-beta.44(transitive)
+ Added@babel/types@7.0.0-beta.44(transitive)
+ Addedbabylon@7.0.0-beta.44(transitive)
- Removed@babel/parser@7.0.0-beta.51
- Removed@babel/code-frame@7.0.0-beta.51(transitive)
- Removed@babel/generator@7.0.0-beta.51(transitive)
- Removed@babel/helper-function-name@7.0.0-beta.51(transitive)
- Removed@babel/helper-get-function-arity@7.0.0-beta.51(transitive)
- Removed@babel/helper-split-export-declaration@7.0.0-beta.51(transitive)
- Removed@babel/highlight@7.0.0-beta.51(transitive)
- Removed@babel/parser@7.0.0-beta.51(transitive)
- Removed@babel/template@7.0.0-beta.51(transitive)
- Removed@babel/traverse@7.0.0-beta.51(transitive)
- Removed@babel/types@7.0.0-beta.51(transitive)
Updated@babel/types@7.0.0-beta.44