Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@storybook/components

Package Overview
Dependencies
125
Maintainers
11
Versions
1747
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-pr-27008-sha-307d4fb3 to 0.0.0-pr-27039-sha-248e1a1b

shim.d.ts

79

package.json
{
"name": "@storybook/components",
"version": "0.0.0-pr-27008-sha-307d4fb3",
"version": "0.0.0-pr-27039-sha-248e1a1b",
"description": "Core Storybook Components",

@@ -25,79 +25,24 @@ "keywords": [

".": {
"types": "./dist/index.d.ts",
"node": "./dist/index.js",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"types": "./shim.d.ts",
"import": "./shim.mjs",
"require": "./shim.js"
},
"./html": {
"types": "./dist/html.d.ts",
"require": "./dist/html.js",
"import": "./dist/html.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/index.d.ts"
],
"html": [
"dist/html.d.ts"
]
}
},
"main": "./shim.js",
"module": "./shim.mjs",
"types": "./shim.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"!src/**/*"
"*.mjs",
"*.cjs",
"*.d.ts"
],
"scripts": {
"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"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@storybook/client-logger": "0.0.0-pr-27008-sha-307d4fb3",
"@storybook/csf": "^0.1.6",
"@storybook/global": "^5.0.0",
"@storybook/icons": "^1.2.5",
"@storybook/theming": "0.0.0-pr-27008-sha-307d4fb3",
"@storybook/types": "0.0.0-pr-27008-sha-307d4fb3",
"memoizerific": "^1.11.3",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@popperjs/core": "^2.6.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@storybook/test": "0.0.0-pr-27008-sha-307d4fb3",
"@types/react-syntax-highlighter": "11.0.5",
"@types/util-deprecate": "^1.0.0",
"css": "^3.0.0",
"polished": "^4.2.2",
"prettier": "^3.1.1",
"react-popper-tooltip": "^4.4.2",
"react-syntax-highlighter": "^15.4.5",
"react-textarea-autosize": "^8.3.0",
"ts-dedent": "^2.0.0",
"typescript": "^5.3.2",
"use-resize-observer": "^9.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"@storybook/core": "0.0.0-pr-27039-sha-248e1a1b"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.ts"
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
}
}
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