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

@lwce/meta-rollup-plugin

Package Overview
Dependencies
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwce/meta-rollup-plugin - npm Package Compare versions

Comparing version 0.6.21 to 0.6.22

LICENSE.txt

4

dist/rollup-dependencies.js

@@ -30,7 +30,7 @@ "use strict";

for (const moduleId of moduleIds) {
if (moduleId.endsWith('.js')) {
if (moduleId.endsWith('.js') || moduleId.endsWith('.ts')) {
// In case of an error...
try {
const m = this.getModuleInfo(moduleId);
const htmlFile = moduleId.replace('.js', '.html');
const htmlFile = moduleId.replace(/\.[jt]s/, '.html');

@@ -37,0 +37,0 @@ if (_fs.default.existsSync(htmlFile)) {

{
"name": "@lwce/meta-rollup-plugin",
"version": "0.6.21",
"version": "0.6.22",
"description": "Rollup plugin to deal with LWC meta-data",

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

"@lwc-platform/sfdc-lwc-metadata": "1.17.6-232.2",
"@lwce/lwc-storybook": "0.6.21"
"@lwce/lwc-storybook": "0.6.22"
},

@@ -26,3 +26,3 @@ "scripts": {

],
"gitHead": "bc993757f5f974089b6e6d0f2a520e20842da3a0"
"gitHead": "190c8eddb7d49c803d2259f36164b8f57a9993ee"
}

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