@storybook/expect
Advanced tools
Comparing version 27.0.6 to 27.2.5
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
307756
6
2
32
10