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
15
Versions
813
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.12.6 to 8.12.7-alpha.0

1

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

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

};
//# sourceMappingURL=compiler.d.ts.map

@@ -7,2 +7,1 @@ /**

export * from './template-transform';
//# sourceMappingURL=index.d.ts.map

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

};
//# sourceMappingURL=lwc-class.d.ts.map

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

};
//# sourceMappingURL=template-transform.d.ts.map

@@ -59,2 +59,1 @@ import { CompilerError } from './utils';

export declare function normalizeToDiagnostic(errorInfo: LWCErrorInfo, error: any, origin?: CompilerDiagnosticOrigin): CompilerDiagnostic;
//# sourceMappingURL=errors.d.ts.map

@@ -16,2 +16,1 @@ import type { LWCErrorInfo } from '../shared/types';

}
//# sourceMappingURL=instrumentation.d.ts.map

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

export declare function getLocation(origin: CompilerDiagnosticOrigin | undefined, obj?: any): Location | undefined;
//# sourceMappingURL=utils.d.ts.map

2

dist/index.cjs.js

@@ -1418,3 +1418,3 @@ /**

exports.normalizeToDiagnostic = normalizeToDiagnostic;
/** version: 8.12.6 */
/** version: 8.12.2 */
//# sourceMappingURL=index.cjs.js.map
export * from './compiler/errors';
export * from './shared/types';
export * from './compiler/instrumentation';
//# sourceMappingURL=index.d.ts.map

@@ -1400,3 +1400,3 @@ /**

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

@@ -23,2 +23,1 @@ export declare enum DiagnosticLevel {

}
//# sourceMappingURL=types.d.ts.map

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

export declare function templateString(template: string, args: any[]): string;
//# sourceMappingURL=utils.d.ts.map

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

"name": "@lwc/errors",
"version": "8.12.6",
"version": "8.12.7-alpha.0",
"description": "LWC Error Utilities",

@@ -49,2 +49,2 @@ "keywords": [

}
}
}
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