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

@storybook/expect

Package Overview
Dependencies
Maintainers
28
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/expect - npm Package Compare versions

Comparing version 27.0.6 to 27.2.5

dist/index.d.ts

14

package.json
{
"name": "@storybook/expect",
"version": "27.0.6",
"version": "27.2.5",
"description": "Browser-compatible version of Jest's `expect`",

@@ -9,7 +9,8 @@ "repository": {

},
"browser": "bundle.js",
"browser": "dist/index.js",
"license": "MIT",
"files": [
"./bundle.js"
"dist/**/*"
],
"types": "dist/index.d.ts",
"publishConfig": {

@@ -21,6 +22,7 @@ "access": "public"

"build": "webpack --mode production",
"prepublish": "npm run build"
"prepack": "npm run build"
},
"devDependencies": {
"expect": "^27.0.6",
"clean-webpack-plugin": "^4.0.0",
"expect": "27.2.5",
"node-polyfill-webpack-plugin": "^1.1.4",

@@ -30,2 +32,4 @@ "release-it": "^14.11.5",

"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.50.0",

@@ -32,0 +36,0 @@ "webpack-cli": "^4.7.2"

# @storybook/expect
Browser-compatible version of Jest's `expect`.
[![npm version](https://img.shields.io/npm/v/@storybook/expect?label=%40storybook%2Fexpect)](https://npmjs.com/package/@storybook/expect)
See https://jestjs.io/docs/expect for documentation.
Browser-compatible version of Jest's [`expect`](https://jestjs.io/docs/expect).

@@ -26,1 +26,7 @@ ## Installation

```
> Note the named import.
## Documentation
👉 https://jestjs.io/docs/expect
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