New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lwc/template-compiler

Package Overview
Dependencies
Maintainers
12
Versions
811
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/template-compiler - npm Package Compare versions

Comparing version 0.37.3-alpha to 0.37.3-alpha2

2

dist/commonjs/parser/constants.js

@@ -14,3 +14,3 @@ "use strict";

exports.EVENT_HANDLER_RE = /^on/;
exports.EVENT_HANDLER_NAME_RE = /^on[a-z]+$/;
exports.EVENT_HANDLER_NAME_RE = /^on[a-z][a-z0-9_]*$/;
// These attributes take either an ID or a list of IDs as values.

@@ -17,0 +17,0 @@ exports.ID_REFERENCING_ATTRIBUTES_SET = new Set([

{
"name": "@lwc/template-compiler",
"version": "0.37.3-alpha",
"version": "0.37.3-alpha2",
"description": "Template compiler package",

@@ -24,4 +24,4 @@ "main": "dist/commonjs/index.js",

"@babel/types": "~7.1.5",
"@lwc/errors": "0.37.3-alpha",
"@lwc/style-compiler": "0.37.3-alpha",
"@lwc/errors": "0.37.3-alpha2",
"@lwc/style-compiler": "0.37.3-alpha2",
"camelcase": "~5.0.0",

@@ -34,3 +34,3 @@ "he": "^1.1.1",

},
"gitHead": "3f016890e8198195a4c0a9df871cae74c941a959"
"gitHead": "5a8b812f7c7f7d87a29fac8c660adb32d69ead30"
}

Sorry, the diff of this file is not supported yet

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