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

@lwc/errors

Package Overview
Dependencies
Maintainers
11
Versions
796
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/errors - npm Package Compare versions

Comparing version 0.34.3 to 0.34.4-alpha1

8

dist/commonjs/compiler/error-info/lwc-class.js

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

code: 1107,
message: "Invalid property name {0}. Properties starting with \"data\" are reserved attributes.",
message: "Invalid property name \"{0}\". Properties starting with \"data\" are reserved attributes.",
level: types_1.DiagnosticLevel.Error,

@@ -134,3 +134,3 @@ url: ""

code: 1108,
message: "Invalid property name {0}. Properties starting with \"on\" are reserved for event handlers.",
message: "Invalid property name \"{0}\". Properties starting with \"on\" are reserved for event handlers.",
level: types_1.DiagnosticLevel.Error,

@@ -141,3 +141,3 @@ url: ""

code: 1109,
message: "Ambiguous attribute name {0}. {0} will never be called from template because its corresponding property is camel cased. Consider renaming to \"{1}\".",
message: "Ambiguous attribute name \"{0}\". \"{0}\" will never be called from template because its corresponding property is camel cased. Consider renaming to \"{1}\".",
level: types_1.DiagnosticLevel.Error,

@@ -154,3 +154,3 @@ url: ""

code: 1111,
message: "Invalid property name {0}. \"part\" is a future reserved attribute for web components.",
message: "Invalid property name \"{0}\". \"part\" is a future reserved attribute for web components.",
level: types_1.DiagnosticLevel.Error,

@@ -157,0 +157,0 @@ url: ""

{
"name": "@lwc/errors",
"version": "0.34.3",
"version": "0.34.4-alpha1",
"description": "LWC Error Utilities",

@@ -20,3 +20,3 @@ "main": "dist/commonjs/index.js",

},
"gitHead": "9a0482cdb75e88128e63e00c498fd264d509fd6a"
"gitHead": "5aa40c386dfdac48b9db4afb7a7c5711b81ebc3a"
}

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