Socket
Socket
Sign inDemoInstall

storybook

Package Overview
Dependencies
Maintainers
6
Versions
1425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storybook - npm Package Compare versions

Comparing version 0.0.0-pr-28797-sha-2c38805d to 0.0.0-pr-28797-sha-e221ee7e

2

dist/proxy.js

@@ -10,2 +10,2 @@ import ESM_COMPAT_Module from 'node:module';

ESM_COMPAT_Module.createRequire(import.meta.url);
var args=process.argv.slice(2),run=async()=>{await import('@storybook/core/cli/bin');};if(["dev","build"].includes(args[0]))run().catch(e=>{console.error(e),process.exit(1);});else {let command=["npx","--yes",...args[0]==="init"?[`create-storybook@${versions.storybook}`,...args.slice(1)]:[`@storybook/cli@${versions.storybook}`,...args]];spawn(command[0],command.slice(1),{stdio:"inherit"}).on("exit",code=>{code!=null&&process.exit(code),process.exit(1);});}
var args=process.argv.slice(2),run=async()=>{await import('@storybook/core/cli/bin');};if(["dev","build"].includes(args[0]))run().catch(e=>{console.error(e),process.exit(1);});else {let command=["npx","--yes",...args[0]==="init"?[`create-storybook@${versions.storybook}`,...args.slice(1)]:[`@storybook/cli@${versions.storybook}`,...args]];spawn(command[0],command.slice(1),{stdio:"inherit",shell:!0}).on("exit",code=>{code!=null&&process.exit(code),process.exit(1);});}
{
"name": "storybook",
"version": "0.0.0-pr-28797-sha-2c38805d",
"version": "0.0.0-pr-28797-sha-e221ee7e",
"description": "Storybook's CLI - install, dev, build, upgrade, and more",

@@ -316,3 +316,3 @@ "keywords": [

"dependencies": {
"@storybook/core": "0.0.0-pr-28797-sha-2c38805d"
"@storybook/core": "0.0.0-pr-28797-sha-e221ee7e"
},

@@ -319,0 +319,0 @@ "devDependencies": {

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