Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-generator

Package Overview
Dependencies
Maintainers
6
Versions
94
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 6.26.0 to 6.26.1

2

lib/whitespace.js

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

endToken = tokens[index + 1];
if (endToken.type.label === ",") endToken = tokens[index + 2];
if (endToken && endToken.type.label === ",") endToken = tokens[index + 2];
}

@@ -53,0 +53,0 @@

{
"name": "babel-generator",
"version": "6.26.0",
"version": "6.26.1",
"description": "Turns an AST into code.",

@@ -20,3 +20,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"lodash": "^4.17.4",
"source-map": "^0.5.6",
"source-map": "^0.5.7",
"trim-right": "^1.0.1"

@@ -23,0 +23,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc