Socket
Socket
Sign inDemoInstall

@storybook/instrumenter

Package Overview
Dependencies
Maintainers
11
Versions
963
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-28768-sha-f4bf860e to 0.0.0-pr-28797-sha-2c38805d

8

dist/index.d.ts

@@ -97,6 +97,6 @@ import { StoryId } from 'storybook/internal/types';

/**
* Instruments an object or module by traversing its properties, patching any functions (methods)
* to enable debugging. Patched functions will emit a `call` event when invoked.
* When intercept = true, patched functions will return a Promise when the debugger stops before
* this function. As such, "interceptable" functions will have to be `await`-ed.
* Instruments an object or module by traversing its properties, patching any functions (methods) to
* enable debugging. Patched functions will emit a `call` event when invoked. When intercept = true,
* patched functions will return a Promise when the debugger stops before this function. As such,
* "interceptable" functions will have to be `await`-ed.
*/

@@ -103,0 +103,0 @@ declare function instrument<TObj extends Record<string, any>>(obj: TObj, options?: Options): TObj;

{
"name": "@storybook/instrumenter",
"version": "0.0.0-pr-28768-sha-f4bf860e",
"version": "0.0.0-pr-28797-sha-2c38805d",
"description": "",

@@ -26,5 +26,5 @@ "keywords": [

"types": "./dist/index.d.ts",
"node": "./dist/index.js",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"node": "./dist/index.js"
},

@@ -44,4 +44,4 @@ "./package.json": "./package.json"

"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"
"check": "jiti ../../../scripts/prepare/check.ts",
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},

@@ -57,3 +57,3 @@ "dependencies": {

"peerDependencies": {
"storybook": "^0.0.0-pr-28768-sha-f4bf860e"
"storybook": "^0.0.0-pr-28797-sha-2c38805d"
},

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

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