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

@lwc/errors

Package Overview
Dependencies
Maintainers
12
Versions
787
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.37.3-alpha9 to 0.37.3

6

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

@@ -148,8 +148,2 @@ "use strict";

},
RELATIVE_DYNAMIC_IMPORT: {
code: 1120,
message: 'Illegal usage of the dynamic import syntax with a relative path.',
level: types_1.DiagnosticLevel.Error,
url: '',
},
};

@@ -156,0 +150,0 @@ exports.TransformerErrors = {

2

dist/commonjs/compiler/error-info/index.js

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

* TODO: W-5678919 - implement script to determine the next available error code
* Next error code: 1121
* Next error code: 1119
*/

@@ -13,0 +13,0 @@ function __export(m) {

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

code: 1056,
message: 'Invalid event type "{0}". Event type must begin with a lower-case alphabetic character and contain only lower-case alphabetic characters, underscores, and numeric characters',
message: 'Invalid event name {0}. Event name can only contain lower-case alphabetic characters',
level: types_1.DiagnosticLevel.Error,

@@ -203,0 +203,0 @@ url: '',

@@ -140,8 +140,2 @@ import { DiagnosticLevel } from '../../shared/types';

};
RELATIVE_DYNAMIC_IMPORT: {
code: number;
message: string;
level: DiagnosticLevel;
url: string;
};
};

@@ -148,0 +142,0 @@ export declare const TransformerErrors: {

/**
* TODO: W-5678919 - implement script to determine the next available error code
* Next error code: 1121
* Next error code: 1119
*/

@@ -5,0 +5,0 @@ export * from './compiler';

{
"name": "@lwc/errors",
"version": "0.37.3-alpha9",
"version": "0.37.3",
"description": "LWC Error Utilities",

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

},
"gitHead": "47b5590bcc9f1b43fc4e5524a30c1fae042b20d7"
"gitHead": "4ca6a3b624b386bfdf631eddf6f9bc1d30451c92"
}

Sorry, the diff of this file is not supported yet

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