Socket
Socket
Sign inDemoInstall

@storybook/instrumenter

Package Overview
Dependencies
Maintainers
11
Versions
976
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/instrumenter - npm Package Compare versions

Comparing version 0.0.0-pr-28247-sha-834d31db to 0.0.0-pr-28288-sha-0190663b

8

dist/index.d.ts

@@ -1,9 +0,3 @@

declare global {
interface SymbolConstructor {
readonly observable: symbol;
}
}
import { StoryId } from '@storybook/core/types';
type StoryId = string;
interface Call {

@@ -10,0 +4,0 @@ id: string;

19

package.json
{
"name": "@storybook/instrumenter",
"version": "0.0.0-pr-28247-sha-834d31db",
"version": "0.0.0-pr-28288-sha-0190663b",
"description": "",

@@ -47,7 +47,3 @@ "keywords": [

"dependencies": {
"@storybook/channels": "0.0.0-pr-28247-sha-834d31db",
"@storybook/client-logger": "0.0.0-pr-28247-sha-834d31db",
"@storybook/core-events": "0.0.0-pr-28247-sha-834d31db",
"@storybook/global": "^5.0.0",
"@storybook/preview-api": "0.0.0-pr-28247-sha-834d31db",
"@vitest/utils": "^1.3.1",

@@ -57,4 +53,8 @@ "util": "^0.12.4"

"devDependencies": {
"@storybook/core": "^0.0.0-pr-28288-sha-0190663b",
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/core": "^0.0.0-pr-28288-sha-0190663b"
},
"publishConfig": {

@@ -66,2 +66,11 @@ "access": "public"

"./src/index.ts"
],
"noExternal": [
"@testing-library/dom",
"@testing-library/jest-dom",
"@testing-library/user-event",
"chai",
"@vitest/expect",
"@vitest/spy",
"@vitest/utils"
]

@@ -68,0 +77,0 @@ },

Sorry, the diff of this file is too big to display

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