Socket
Socket
Sign inDemoInstall

@babel/template

Package Overview
Dependencies
3
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.20.7 to 7.21.4-esm

lib/package.json

1

lib/options.js

@@ -11,3 +11,2 @@ "use strict";

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
function merge(a, b) {

@@ -14,0 +13,0 @@ const {

@@ -86,3 +86,2 @@ "use strict";

}
ancestors = ancestors.slice();

@@ -89,0 +88,0 @@ const {

@@ -37,3 +37,2 @@ "use strict";

}
metadata.placeholders.slice().reverse().forEach(placeholder => {

@@ -40,0 +39,0 @@ try {

{
"name": "@babel/template",
"version": "7.20.7",
"version": "7.21.4-esm",
"description": "Generate an AST from a string template.",

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

"dependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/parser": "^7.20.7",
"@babel/types": "^7.20.7"
"@babel/code-frame": "^7.21.4-esm",
"@babel/parser": "^7.21.4-esm",
"@babel/types": "^7.21.4-esm"
},

@@ -24,0 +24,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc