New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lwc/errors

Package Overview
Dependencies
Maintainers
0
Versions
815
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 8.5.0 to 8.6.0

2

dist/compiler/error-info/index.d.ts
/**
* Next error code: 1201
* Next error code: 1202
*/

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

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

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

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

},
IGNORED_SLOT_ATTRIBUTE_IN_CHILD: {
code: 1201,
message: 'The slot attribute in {0} will be ignored due to its ancestor {1}. It must be a direct child of the containing component.',
level: exports.DiagnosticLevel.Warning,
url: '',
},
};

@@ -1413,3 +1419,3 @@

exports.normalizeToDiagnostic = normalizeToDiagnostic;
/** version: 8.5.0 */
/** version: 8.6.0 */
//# sourceMappingURL=index.cjs.js.map

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

},
IGNORED_SLOT_ATTRIBUTE_IN_CHILD: {
code: 1201,
message: 'The slot attribute in {0} will be ignored due to its ancestor {1}. It must be a direct child of the containing component.',
level: DiagnosticLevel.Warning,
url: '',
},
};

@@ -1395,3 +1401,3 @@

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

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

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