Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/instrumenter

Package Overview
Dependencies
Maintainers
11
Versions
1049
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-28483-sha-d7c2f6b8 to 0.0.0-pr-28492-sha-08d3f4f1

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-28483-sha-d7c2f6b8",
"version": "0.0.0-pr-28492-sha-08d3f4f1",
"description": "",

@@ -26,3 +26,2 @@ "keywords": [

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

@@ -44,8 +43,8 @@ "require": "./dist/index.js"

"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"
},
"dependencies": {
"@storybook/global": "^5.0.0",
"@vitest/utils": "^1.3.1",
"@vitest/utils": "^2.0.5",
"util": "^0.12.4"

@@ -57,3 +56,3 @@ },

"peerDependencies": {
"storybook": "^0.0.0-pr-28483-sha-d7c2f6b8"
"storybook": "^0.0.0-pr-28492-sha-08d3f4f1"
},

@@ -60,0 +59,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