Socket
Socket
Sign inDemoInstall

@storybook/jest

Package Overview
Dependencies
Maintainers
31
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/jest - npm Package Compare versions

Comparing version 0.2.3--canary.47.6408355733.0 to 0.2.3--canary.47.6408412468.0

14

dist/index.js

@@ -8,4 +8,4 @@ "use strict";

var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: !0 });
for (var name2 in all)
__defProp(target, name2, { get: all[name2], enumerable: !0 });
}, __copyProps = (to, from, except, desc) => {

@@ -316,4 +316,4 @@ if (from && typeof from == "object" || typeof from == "function")

if (value instanceof Error) {
let { name, message, stack } = value;
return { __error__: { name, message, stack } };
let { name: name2, message, stack } = value;
return { __error__: { name: name2, message, stack } };
}

@@ -335,3 +335,3 @@ if (value instanceof RegExp) {

if (e instanceof Error) {
let { name, message, stack, callId = call.id } = e, exception = { name, message, stack, callId };
let { name: name2, message, stack, callId = call.id } = e, exception = { name: name2, message, stack, callId };
if (this.update({ ...info, status: "error", exception }), this.setState(call.storyId, (state) => ({ callRefsByResult: new Map([...Array.from(state.callRefsByResult.entries()), [e, { __callId__: call.id, retain: call.retain }]]) })), call.ancestors.length)

@@ -398,3 +398,3 @@ throw Object.prototype.hasOwnProperty.call(e, "callId") || Object.defineProperty(e, "callId", { value: call.id }), e;

{ intercept: (_method, path) => path[0] !== "expect" }
).expect, _a;
expect.extend((_a = matchers == null ? void 0 : matchers["default"]) != null ? _a : matchers);
).expect, name = "default", _a;
expect.extend((_a = matchers == null ? void 0 : matchers[name]) != null ? _a : matchers);
{
"name": "@storybook/jest",
"version": "0.2.3--canary.47.6408355733.0",
"version": "0.2.3--canary.47.6408412468.0",
"description": "Instrumented version of Jest for Storybook Interactions",

@@ -5,0 +5,0 @@ "repository": {

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