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

@lwce/lwc-storybook

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwce/lwc-storybook - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

dist/build-custom-element.js

20

dist/index.js

@@ -1,8 +0,14 @@

/*
* Copyright (c) 2020, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
"use strict";
export { buildAndRegisterCustomElement } from './buildCustomElement';
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "buildAndRegisterCustomElement", {
enumerable: true,
get: function () {
return _buildCustomElement.buildAndRegisterCustomElement;
}
});
var _buildCustomElement = require("./build-custom-element");
//# sourceMappingURL=index.js.map
{
"name": "@lwce/lwc-storybook",
"version": "0.0.8",
"version": "0.0.9",
"description": "Runtime utilities for storybook",

@@ -11,7 +11,4 @@ "main": "dist/index.js",

},
"devDependencies": {
"copyfiles": "2.4.0"
},
"scripts": {
"build": "rm -rf ./dist && copyfiles -u 1 \"src/**/*.js\" dist",
"build": "rm -rf ./dist && babel src -d dist --extensions \".ts\" --source-maps",
"format": "prettier --write '**/*.{js,ts,json}' '!{node_modules,dist}/**' '!package*.json'",

@@ -23,3 +20,4 @@ "lint": "eslint '**/*.{js,ts}'",

"dist"
]
],
"gitHead": "ed35dd4ed4558b698a9b304693122c38d57ca8fc"
}
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