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 3.1.2 to 3.1.3

12

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

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

};
INVALID_RESOLUTION_PROPERTY: {
code: number;
message: string;
level: DiagnosticLevel;
url: string;
};
INVALID_SOURCEMAP_PROPERTY: {

@@ -61,8 +55,2 @@ code: number;

};
INVALID_TYPE_PROPERTY: {
code: number;
message: string;
level: DiagnosticLevel;
url: string;
};
MISSING_OPTIONS_OBJECT: {

@@ -69,0 +57,0 @@ code: number;

14

dist/index.cjs.js

@@ -166,8 +166,2 @@ /**

},
INVALID_RESOLUTION_PROPERTY: {
code: 1020,
message: 'Expected an object for stylesheetConfig.customProperties.resolution, received "{0}".',
level: exports.DiagnosticLevel.Error,
url: '',
},
INVALID_SOURCEMAP_PROPERTY: {

@@ -179,8 +173,2 @@ code: 1021,

},
INVALID_TYPE_PROPERTY: {
code: 1022,
message: 'Expected either "native" or "module" for stylesheetConfig.customProperties.resolution.type, received "{0}".',
level: exports.DiagnosticLevel.Error,
url: '',
},
MISSING_OPTIONS_OBJECT: {

@@ -1374,3 +1362,3 @@ code: 1023,

exports.normalizeToDiagnostic = normalizeToDiagnostic;
/** version: 3.1.2 */
/** version: 3.1.3 */
//# sourceMappingURL=index.cjs.js.map

@@ -162,8 +162,2 @@ /**

},
INVALID_RESOLUTION_PROPERTY: {
code: 1020,
message: 'Expected an object for stylesheetConfig.customProperties.resolution, received "{0}".',
level: DiagnosticLevel.Error,
url: '',
},
INVALID_SOURCEMAP_PROPERTY: {

@@ -175,8 +169,2 @@ code: 1021,

},
INVALID_TYPE_PROPERTY: {
code: 1022,
message: 'Expected either "native" or "module" for stylesheetConfig.customProperties.resolution.type, received "{0}".',
level: DiagnosticLevel.Error,
url: '',
},
MISSING_OPTIONS_OBJECT: {

@@ -1356,3 +1344,3 @@ code: 1023,

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

2

package.json

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

"name": "@lwc/errors",
"version": "3.1.2",
"version": "3.1.3",
"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