Socket
Socket
Sign inDemoInstall

@storybook/testing-library

Package Overview
Dependencies
Maintainers
31
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/testing-library - npm Package Compare versions

Comparing version 0.1.1--canary.38.e4e974b.0 to 0.1.1--canary.76010f8.0

2

dist/index.js

@@ -433,3 +433,3 @@ "use strict";

}
let hasPrevious = logItems.some((item) => ["done", "error"].includes(item.status)), payload = { controlStates: { start: hasPrevious, back: hasPrevious, goto: !0, next: isPlaying, end: isPlaying }, logItems, pausedAt };
let hasPrevious = logItems.some((item) => item.status === "done" || item.status === "error"), payload = { controlStates: { start: hasPrevious, back: hasPrevious, goto: !0, next: isPlaying, end: isPlaying }, logItems, pausedAt };
this.channel.emit(EVENTS.SYNC, payload);

@@ -436,0 +436,0 @@ };

{
"name": "@storybook/testing-library",
"version": "0.1.1--canary.38.e4e974b.0",
"version": "0.1.1--canary.76010f8.0",
"description": "Instrumented version of Testing Library 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