Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-template-literals

Package Overview
Dependencies
Maintainers
6
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-template-literals - npm Package Compare versions

Comparing version 7.10.4 to 7.10.5

4

lib/index.js

@@ -79,5 +79,5 @@ "use strict";

const data = ${_core.types.callExpression(helperId, callExpressionInput)};
${templateObject} = function() { return data };
${_core.types.cloneNode(templateObject)} = function() { return data };
return data;
}
}
`;

@@ -84,0 +84,0 @@ scope.path.unshiftContainer("body", lazyLoad);

{
"name": "@babel/plugin-transform-template-literals",
"version": "7.10.4",
"version": "7.10.5",
"description": "Compile ES2015 template literals to ES5",

@@ -26,6 +26,6 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
},
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7"
}
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