Socket
Socket
Sign inDemoInstall

@storybook/test

Package Overview
Dependencies
Maintainers
8
Versions
472
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/test - npm Package Compare versions

Comparing version 8.0.0-alpha.16 to 8.0.0-alpha.17

4

dist/index.d.ts
import { AsymmetricMatchersContaining, MatchersObject, MatcherState, JestAssertion, ExpectStatic } from '@vitest/expect';
import * as matchers from '@testing-library/jest-dom/matchers';
import { TestingLibraryMatchers } from '@testing-library/jest-dom/types/matchers';
import { MaybeMocked, MaybeMockedDeep, MaybePartiallyMocked, MaybePartiallyMockedDeep } from '@vitest/spy';

@@ -14,3 +14,3 @@ export * from '@vitest/spy';

type Matchers<T> = PromisifyObject<JestAssertion<T>> & matchers.TestingLibraryMatchers<ReturnType<ExpectStatic['stringContaining']>, Promise<void>>;
type Matchers<T> = PromisifyObject<JestAssertion<T>> & TestingLibraryMatchers<ReturnType<ExpectStatic['stringContaining']>, Promise<void>>;
interface Assertion<T> extends Matchers<T> {

@@ -17,0 +17,0 @@ toHaveBeenCalledOnce(): Promise<void>;

{
"name": "@storybook/test",
"version": "8.0.0-alpha.16",
"version": "8.0.0-alpha.17",
"description": "",

@@ -46,8 +46,8 @@ "keywords": [

"dependencies": {
"@storybook/client-logger": "8.0.0-alpha.16",
"@storybook/core-events": "8.0.0-alpha.16",
"@storybook/instrumenter": "8.0.0-alpha.16",
"@storybook/preview-api": "8.0.0-alpha.16",
"@storybook/client-logger": "8.0.0-alpha.17",
"@storybook/core-events": "8.0.0-alpha.17",
"@storybook/instrumenter": "8.0.0-alpha.17",
"@storybook/preview-api": "8.0.0-alpha.17",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/user-event": "14.3.0",

@@ -54,0 +54,0 @@ "@vitest/expect": "1.1.3",

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