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

@marko/babel-utils

Package Overview
Dependencies
Maintainers
6
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marko/babel-utils - npm Package Compare versions

Comparing version 6.3.0 to 6.3.1

4

dist/compute.js

@@ -123,7 +123,7 @@ "use strict";exports.__esModule = true;exports.computeNode = computeNode; /**

case "TemplateLiteral":{
let value = node.quasis[0].cooked;
let value = node.quasis[0].value.cooked;
for (let i = 0; i < node.expressions.length; i++) {
const expr = computeNode(node.expressions[i]);
if (!expr) return;
value += expr.value + node.quasis[i + 1].cooked;
value += expr.value + node.quasis[i + 1].value.cooked;
}

@@ -130,0 +130,0 @@ return { value };

{
"name": "@marko/babel-utils",
"version": "6.3.0",
"version": "6.3.1",
"description": "Utilities for use with Marko babel plugins.",

@@ -5,0 +5,0 @@ "keywords": [

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