Socket
Socket
Sign inDemoInstall

@storybook/postinstall

Package Overview
Dependencies
0
Maintainers
6
Versions
1101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-pr-24447-sha-830916e6 to 0.0.0-pr-24447-sha-83c43462

12

package.json
{
"name": "@storybook/postinstall",
"version": "0.0.0-pr-24447-sha-830916e6",
"version": "0.0.0-pr-24447-sha-83c43462",
"description": "Storybook addons postinstall utilities",

@@ -44,10 +44,10 @@ "keywords": [

"scripts": {
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
"check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
},
"devDependencies": {
"jest": "^29.3.1",
"jest": "^29.7.0",
"jest-specific-snapshot": "^8.0.0",
"jscodeshift": "^0.14.0",
"typescript": "~4.9.3"
"jscodeshift": "^0.15.1",
"typescript": "^5.3.2"
},

@@ -54,0 +54,0 @@ "publishConfig": {

@@ -1,2 +0,2 @@

# Storybook Postinstall Utilties
# Storybook Postinstall Utilities

@@ -3,0 +3,0 @@ A minimal utility library for addons to update project configurations after the addon is installed via the [Storybook CLI](https://github.com/storybookjs/storybook/tree/main/lib/cli), e.g. `sb add docs`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc