You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-template-literals

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.17.12 to 7.18.2

4

lib/index.js

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

TemplateLiteral(path) {
if (path.parent.type === "TSLiteralType") {
return;
}
const nodes = [];

@@ -88,0 +92,0 @@ const expressions = path.get("expressions");

4

package.json
{
"name": "@babel/plugin-transform-template-literals",
"version": "7.17.12",
"version": "7.18.2",
"description": "Compile ES2015 template literals to ES5",

@@ -25,3 +25,3 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/core": "^7.18.2",
"@babel/helper-plugin-test-runner": "^7.16.7"

@@ -28,0 +28,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc