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

babel-template

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-template - npm Package Compare versions

Comparing version 7.0.0-alpha.12 to 7.0.0-alpha.14

4

lib/index.js

@@ -27,3 +27,5 @@ "use strict";

ast = _babelTraverse2.default.removeProperties(ast, { preserveComments: opts.preserveComments });
ast = _babelTraverse2.default.removeProperties(ast, {
preserveComments: opts.preserveComments
});

@@ -30,0 +32,0 @@ _babelTraverse2.default.cheap(ast, function (node) {

{
"name": "babel-template",
"version": "7.0.0-alpha.12",
"version": "7.0.0-alpha.14",
"description": "Generate an AST from a string template.",

@@ -11,7 +11,7 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"dependencies": {
"babel-traverse": "7.0.0-alpha.12",
"babel-types": "7.0.0-alpha.12",
"babylon": "7.0.0-beta.12",
"babel-traverse": "7.0.0-alpha.14",
"babel-types": "7.0.0-alpha.14",
"babylon": "7.0.0-beta.13",
"lodash": "^4.2.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