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-28980-sha-5147e88f to 0.0.0-pr-28984-sha-29839935

core/babel/index.cjs

2

dist/proxy.js

@@ -5,2 +5,2 @@ import { __require } from './chunk-CQ7KV35C.js';

var args=process.argv.slice(2);if(["dev","build"].includes(args[0]))__require("@storybook/core/cli/bin");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);if(["dev","build"].includes(args[0]))__require("@storybook/core/cli/bin");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-28980-sha-5147e88f",
"version": "0.0.0-pr-28984-sha-29839935",
"description": "Storybook's CLI - install, dev, build, upgrade, and more",

@@ -185,2 +185,7 @@ "keywords": [

"require": "./core/manager/globals.cjs"
},
"./internal/babel": {
"types": "./core/babel/index.d.ts",
"import": "./core/babel/index.js",
"require": "./core/babel/index.cjs"
}

@@ -196,2 +201,5 @@ },

],
"internal/babel": [
"./core/babel/index.d.ts"
],
"internal/builder-manager": [

@@ -314,3 +322,3 @@ "./core/builder-manager/index.d.ts"

"dependencies": {
"@storybook/core": "0.0.0-pr-28980-sha-5147e88f"
"@storybook/core": "0.0.0-pr-28984-sha-29839935"
},

@@ -317,0 +325,0 @@ "devDependencies": {

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