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

@marko/compiler

Package Overview
Dependencies
Maintainers
6
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marko/compiler - npm Package Compare versions

Comparing version 5.37.7 to 5.37.8

3

dist/babel-plugin/parser.js

@@ -254,3 +254,4 @@ "use strict";exports.__esModule = true;exports.parseMarko = parseMarko;var _babelUtils = require("@marko/babel-utils");

let parseType = _htmljsParser.TagType.html;
node.start = part.start - (part.concise ? 0 : 1); // Account for leading `<`.
node.start =
part.start - (part.start && code[part.start - 1] === "<" ? 1 : 0); // Account for leading `<` in html mode.
node.end = part.end;

@@ -257,0 +258,0 @@

{
"name": "@marko/compiler",
"version": "5.37.7",
"version": "5.37.8",
"description": "Marko template to JS compiler.",

@@ -69,3 +69,3 @@ "keywords": [

"@luxass/strip-json-comments": "^1.3.2",
"@marko/babel-utils": "^6.5.4",
"@marko/babel-utils": "^6.5.5",
"complain": "^1.6.0",

@@ -84,3 +84,3 @@ "he": "^1.2.0",

"devDependencies": {
"@marko/translator-default": "^6.0.9"
"@marko/translator-default": "^6.0.10"
},

@@ -87,0 +87,0 @@ "publishConfig": {

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