You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@babel/generator

Package Overview
Dependencies
Maintainers
4
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/generator - npm Package Compare versions

Comparing version
8.0.0-beta.1
to
8.0.0-beta.2
+7
-7
package.json
{
"name": "@babel/generator",
"version": "8.0.0-beta.1",
"version": "8.0.0-beta.2",
"description": "Turns an AST into code.",

@@ -22,14 +22,14 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/parser": "^8.0.0-beta.1",
"@babel/types": "^8.0.0-beta.1",
"@babel/parser": "^8.0.0-beta.2",
"@babel/types": "^8.0.0-beta.2",
"@jridgewell/gen-mapping": "^0.3.12",
"@jridgewell/trace-mapping": "^0.3.28",
"@types/jsesc": "^2.5.0",
"jsesc": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^8.0.0-beta.1",
"@babel/helper-fixtures": "^8.0.0-beta.1",
"@babel/plugin-transform-typescript": "^8.0.0-beta.1",
"@babel/core": "^8.0.0-beta.2",
"@babel/helper-fixtures": "^8.0.0-beta.2",
"@babel/plugin-transform-typescript": "^8.0.0-beta.2",
"@jridgewell/sourcemap-codec": "^1.5.3",
"@types/jsesc": "^2.5.0",
"charcodes": "^0.2.0"

@@ -36,0 +36,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display