Socket
Socket
Sign inDemoInstall

@storybook/postinstall

Package Overview
Dependencies
Maintainers
6
Versions
1102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-pr-24844-sha-d241a3e8 to 0.0.0-pr-24948-sha-038ec6fd

10

package.json
{
"name": "@storybook/postinstall",
"version": "0.0.0-pr-24844-sha-d241a3e8",
"version": "0.0.0-pr-24948-sha-038ec6fd",
"description": "Storybook addons postinstall utilities",

@@ -44,9 +44,9 @@ "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",
"jscodeshift": "^0.15.1",
"typescript": "~4.9.3"

@@ -53,0 +53,0 @@ },

@@ -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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc