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-28882-sha-e607100a to 0.0.0-pr-28920-sha-480f404a

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-28882-sha-e607100a",
"version": "0.0.0-pr-28920-sha-480f404a",
"description": "",

@@ -55,3 +55,3 @@ "keywords": [

"peerDependencies": {
"storybook": "^0.0.0-pr-28882-sha-e607100a"
"storybook": "^0.0.0-pr-28920-sha-480f404a"
},

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

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