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

@lwc/errors

Package Overview
Dependencies
Maintainers
14
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 2.49.0 to 2.49.1

6

dist/compiler/error-info/template-transform.d.ts

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

};
INVALID_OPTS_LWC_SPREAD: {
code: number;
message: string;
level: DiagnosticLevel;
url: string;
};
INVALID_LWC_SPREAD_LITERAL_PROP: {

@@ -509,0 +503,0 @@ code: number;

8

dist/index.cjs.js

@@ -986,8 +986,2 @@ /* proxy-compat-disable */

},
INVALID_OPTS_LWC_SPREAD: {
code: 1154,
message: 'Invalid lwc:spread usage. The `lwc:spread` directive must be enabled in order to use this feature.',
level: exports.DiagnosticLevel.Error,
url: '',
},
INVALID_LWC_SPREAD_LITERAL_PROP: {

@@ -1380,3 +1374,3 @@ code: 1155,

exports.normalizeToDiagnostic = normalizeToDiagnostic;
/** version: 2.49.0 */
/** version: 2.49.1 */
//# sourceMappingURL=index.cjs.js.map

@@ -982,8 +982,2 @@ /* proxy-compat-disable */

},
INVALID_OPTS_LWC_SPREAD: {
code: 1154,
message: 'Invalid lwc:spread usage. The `lwc:spread` directive must be enabled in order to use this feature.',
level: DiagnosticLevel.Error,
url: '',
},
INVALID_LWC_SPREAD_LITERAL_PROP: {

@@ -1362,3 +1356,3 @@ code: 1155,

export { CompilerError, CompilerMetrics, CompilerValidationErrors, DecoratorErrors, DiagnosticLevel, GENERIC_COMPILER_ERROR, LWCClassErrors, ModuleResolutionErrors, ParserDiagnostics, TemplateErrors, TransformerErrors, generateCompilerDiagnostic, generateCompilerError, generateErrorMessage, invariant, normalizeToCompilerError, normalizeToDiagnostic };
/** version: 2.49.0 */
/** version: 2.49.1 */
//# sourceMappingURL=index.js.map

2

package.json

@@ -7,3 +7,3 @@ {

"name": "@lwc/errors",
"version": "2.49.0",
"version": "2.49.1",
"description": "LWC Error Utilities",

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

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