Socket
Socket
Sign inDemoInstall

@babel/template

Package Overview
Dependencies
Maintainers
5
Versions
85
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.4.4 to 7.6.0

2

lib/options.js

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

return {
parser: Object.assign({}, a.parser, b.parser),
parser: Object.assign({}, a.parser, {}, b.parser),
placeholderWhitelist,

@@ -23,0 +23,0 @@ placeholderPattern,

{
"name": "@babel/template",
"version": "7.4.4",
"version": "7.6.0",
"description": "Generate an AST from a string template.",

@@ -15,6 +15,6 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.4.4",
"@babel/types": "^7.4.4"
"@babel/parser": "^7.6.0",
"@babel/types": "^7.6.0"
},
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
"gitHead": "cbd5a26e57758e3f748174ff84aa570e8780e85d"
}
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