Socket
Socket
Sign inDemoInstall

@storybook/expect

Package Overview
Dependencies
Maintainers
31
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 28.1.4-canary.0 to 28.1.4-canary.1

dist/index.d.ts

25

package.json
{
"name": "@storybook/expect",
"version": "28.1.4-canary.0",
"version": "28.1.4-canary.1",
"description": "Browser-compatible version of Jest's `expect`",

@@ -9,4 +9,4 @@ "repository": {

},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"license": "MIT",

@@ -16,3 +16,11 @@ "files": [

],
"types": "dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"publishConfig": {

@@ -23,13 +31,18 @@ "access": "public"

"dev": "ESM=true webpack --watch --mode development",
"prebuild": "rimraf dist",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "ESM=true webpack --mode production",
"build:cjs": "webpack --mode production",
"prepublish": "npm run build"
"prepublishOnly": "patch-package && npm run build"
},
"dependencies": {
"@types/jest": "28.1.3"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"execa": "^5.1.1",
"expect": "28.1.3",
"node-polyfill-webpack-plugin": "^1.1.4",
"patch-package": "^6.5.1",
"release-it": "^14.11.5",
"rimraf": "^5.0.1",
"semver": "^7.3.5",

@@ -36,0 +49,0 @@ "terser-webpack-plugin": "^5.1.4",

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