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
7.29.0
to
7.29.1
+1
-1
lib/buffer.js

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

if (char === -1) {
const indent = repeat > 64 ? this._indentChar.repeat(repeat) : spaceIndents[repeat / 2];
const indent = repeat >= 64 ? this._indentChar.repeat(repeat) : spaceIndents[repeat / 2];
this._str += indent;

@@ -108,0 +108,0 @@ } else {

{
"name": "@babel/generator",
"version": "7.29.0",
"version": "7.29.1",
"description": "Turns an AST into code.",

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

Sorry, the diff of this file is not supported yet