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
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.36.1 to 0.37.0

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: 1118
* Next error code: 1119
*/

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

@@ -167,3 +167,9 @@ "use strict";

},
WIRE_ADAPTER_SHOULD_BE_IMPORTED: {
code: 1119,
message: 'Failed to resolve @wire adapter "{0}". Ensure it is imported.',
level: types_1.DiagnosticLevel.Error,
url: '',
},
};
//# sourceMappingURL=lwc-class.js.map
/**
* TODO: W-5678919 - implement script to determine the next available error code
* Next error code: 1118
* Next error code: 1119
*/

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

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

};
WIRE_ADAPTER_SHOULD_BE_IMPORTED: {
code: number;
message: string;
level: DiagnosticLevel;
url: string;
};
};
{
"name": "@lwc/errors",
"version": "0.36.1",
"version": "0.37.0",
"description": "LWC Error Utilities",

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

},
"gitHead": "7a4c15dc532f0695556f28580b2f7c5a16546214"
"gitHead": "fe3206c9f33e7d7badc7789041e7befe98a19437"
}

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