🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@lwc/rollup-plugin

Package Overview
Dependencies
Maintainers
14
Versions
830
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/rollup-plugin - npm Package Compare versions

Comparing version

to
8.19.1

4

dist/index.cjs.js

@@ -108,3 +108,3 @@ /**

// The version from the package.json is inlined by the build script
version: "8.19.0",
version: "8.19.1",
buildStart({ input }) {

@@ -274,3 +274,3 @@ if (rootDir === undefined) {

exports.default = lwc;
/** version: 8.19.0 */
/** version: 8.19.1 */
//# sourceMappingURL=index.cjs.js.map

@@ -104,3 +104,3 @@ /**

// The version from the package.json is inlined by the build script
version: "8.19.0",
version: "8.19.1",
buildStart({ input }) {

@@ -270,3 +270,3 @@ if (rootDir === undefined) {

export { lwc as default };
/** version: 8.19.0 */
/** version: 8.19.1 */
//# sourceMappingURL=index.js.map

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

"name": "@lwc/rollup-plugin",
"version": "8.19.0",
"version": "8.19.1",
"description": "Rollup plugin to compile LWC",

@@ -50,9 +50,9 @@ "keywords": [

"dependencies": {
"@lwc/compiler": "8.19.0",
"@lwc/module-resolver": "8.19.0",
"@lwc/shared": "8.19.0",
"@lwc/compiler": "8.19.1",
"@lwc/module-resolver": "8.19.1",
"@lwc/shared": "8.19.1",
"@rollup/pluginutils": "~5.1.4"
},
"devDependencies": {
"@lwc/errors": "8.19.0"
"@lwc/errors": "8.19.1"
},

@@ -59,0 +59,0 @@ "peerDependencies": {