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.3-4 to 28.1.3-5

dist/index.d.ts

20

package.json
{
"name": "@storybook/expect",
"version": "28.1.3-4",
"version": "28.1.3-5",
"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,2 +31,3 @@ "access": "public"

"dev": "ESM=true webpack --watch --mode development",
"prebuild": "rimraf dist",
"build": "npm run build:esm && npm run build:cjs",

@@ -33,3 +42,2 @@ "build:esm": "ESM=true webpack --mode production",

"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"execa": "^5.1.1",

@@ -39,4 +47,4 @@ "expect": "28.1.3",

"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"release-it": "^14.11.5",
"rimraf": "^5.0.1",
"semver": "^7.3.5",

@@ -43,0 +51,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