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

@lwc/babel-plugin-component

Package Overview
Dependencies
Maintainers
15
Versions
784
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/babel-plugin-component - npm Package Compare versions

Comparing version 8.1.3 to 8.2.0

2

dist/index.cjs.js

@@ -1246,3 +1246,3 @@ /**

exports.default = LwcClassTransform;
/** version: 8.1.3 */
/** version: 8.2.0 */
//# sourceMappingURL=index.cjs.js.map

@@ -1242,3 +1242,3 @@ /**

export { LwcClassTransform as default };
/** version: 8.1.3 */
/** version: 8.2.0 */
//# sourceMappingURL=index.js.map

@@ -15,3 +15,3 @@ import { types } from '@babel/core';

static?: boolean;
}): classMethod is NodePath<types.ClassMethod>;
}): boolean;
declare function isSetterClassMethod(classMethod: NodePath<types.Node>, properties?: {

@@ -21,3 +21,3 @@ kind?: string;

static?: boolean;
}): classMethod is NodePath<types.ClassMethod>;
}): boolean;
declare function getEngineImportSpecifiers(path: NodePath): ImportSpecifier[];

@@ -24,0 +24,0 @@ declare function generateError(source: NodePath<types.Node>, { errorInfo, messageArgs }: DecoratorErrorOptions, state: LwcBabelPluginPass): Error;

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

"name": "@lwc/babel-plugin-component",
"version": "8.1.3",
"version": "8.2.0",
"description": "Babel plugin to transform a LWC module",

@@ -48,5 +48,5 @@ "keywords": [

"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.7",
"@lwc/errors": "8.1.3",
"@lwc/shared": "8.1.3",
"@babel/types": "^7.25.8",
"@lwc/errors": "8.2.0",
"@lwc/shared": "8.2.0",
"line-column": "~1.0.2"

@@ -53,0 +53,0 @@ },

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