@babel/parser
Advanced tools
+1
-1
@@ -995,3 +995,3 @@ import * as _babel_types from '@babel/types'; | ||
| */ | ||
| locations?: boolean | "packed"; | ||
| locations?: boolean; | ||
| /** | ||
@@ -998,0 +998,0 @@ * Adds all parsed tokens to a tokens property on the File node. |
+7
-7
| { | ||
| "name": "@babel/parser", | ||
| "version": "8.0.0-rc.6", | ||
| "version": "8.0.0", | ||
| "description": "A JavaScript parser", | ||
@@ -37,10 +37,10 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/types": "^8.0.0-rc.6" | ||
| "@babel/types": "^8.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/code-frame": "^8.0.0-rc.6", | ||
| "@babel/helper-check-duplicate-nodes": "^8.0.0-rc.6", | ||
| "@babel/helper-fixtures": "^8.0.0-rc.6", | ||
| "@babel/helper-string-parser": "^8.0.0-rc.6", | ||
| "@babel/helper-validator-identifier": "^8.0.0-rc.6", | ||
| "@babel/code-frame": "^8.0.0", | ||
| "@babel/helper-check-duplicate-nodes": "^8.0.0", | ||
| "@babel/helper-fixtures": "^8.0.0", | ||
| "@babel/helper-string-parser": "^8.0.0", | ||
| "@babel/helper-validator-identifier": "^8.0.0", | ||
| "charcodes": "^0.2.0", | ||
@@ -47,0 +47,0 @@ "typescript": "6.0.2" |
@@ -567,3 +567,3 @@ import { File, Expression } from "@babel/types"; | ||
| */ | ||
| locations?: boolean | "packed"; | ||
| locations?: boolean; | ||
| /** | ||
@@ -570,0 +570,0 @@ * Adds all parsed tokens to a tokens property on the File node. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
0
-100%1862174
-5.95%15902
-0.04%Updated