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

to
0.0.10

7

package.json
{
"name": "@lwce/meta-rollup-plugin",
"version": "0.0.9",
"version": "0.0.10",
"description": "Rollup plugin to deal with LWC meta-data",

@@ -12,6 +12,7 @@ "main": "dist/index.js",

"dependencies": {
"@lwce/lwc-storybook": "0.0.9"
"@lwce/lwc-storybook": "0.0.10"
},
"scripts": {
"build": "rm -rf ./dist && babel src -d dist --extensions \".ts\" --source-maps",
"build:types": "tsc --skipLibCheck --emitDeclarationOnly -d --declarationMap --declarationDir dist",
"format": "prettier --write '**/*.{js,ts,json}' '!{node_modules,dist}/**' '!package*.json'",

@@ -24,3 +25,3 @@ "lint": "eslint '**/*.{js,ts}'",

],
"gitHead": "ed35dd4ed4558b698a9b304693122c38d57ca8fc"
"gitHead": "05f76fcdb047b6e0696d4c97002e3174838297e8"
}