Socket
Socket
Sign inDemoInstall

babel-generator

Package Overview
Dependencies
Maintainers
3
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.1.18 to 6.1.20

2

lib/printer.js

@@ -250,3 +250,3 @@ /* @flow */

if (node.start != null && !node._ignoreUserWhitespace) {
if (node.start != null && !node._ignoreUserWhitespace && this.tokens.length) {
// user node

@@ -253,0 +253,0 @@ if (leading) {

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

@@ -26,4 +26,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"babel-helper-fixtures": "^6.1.18",
"babylon": "^6.1.18"
"babylon": "^6.1.20"
}
}
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