🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@babel/parser

Package Overview
Dependencies
Maintainers
4
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/parser - npm Package Compare versions

Comparing version
8.0.0-rc.6
to
8.0.0
+1
-1
lib/index.d.ts

@@ -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.

{
"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