Socket
Socket
Sign inDemoInstall

expect

Package Overview
Dependencies
5
Maintainers
5
Versions
236
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.1.3 to 29.0.0-alpha.0

6

build/matchers.js

@@ -859,7 +859,3 @@ 'use strict';

if (
typeof (received === null || received === void 0
? void 0
: received.length) !== 'number'
) {
if (typeof received?.length !== 'number') {
throw new Error(

@@ -866,0 +862,0 @@ (0, _jestMatcherUtils.matcherErrorMessage)(

18

package.json
{
"name": "expect",
"version": "28.1.3",
"version": "29.0.0-alpha.0",
"repository": {

@@ -21,10 +21,10 @@ "type": "git",

"dependencies": {
"@jest/expect-utils": "^28.1.3",
"jest-get-type": "^28.0.2",
"jest-matcher-utils": "^28.1.3",
"jest-message-util": "^28.1.3",
"jest-util": "^28.1.3"
"@jest/expect-utils": "^29.0.0-alpha.0",
"jest-get-type": "^29.0.0-alpha.0",
"jest-matcher-utils": "^29.0.0-alpha.0",
"jest-message-util": "^29.0.0-alpha.0",
"jest-util": "^29.0.0-alpha.0"
},
"devDependencies": {
"@jest/test-utils": "^28.1.3",
"@jest/test-utils": "^29.0.0-alpha.0",
"@tsd/typescript": "~4.7.4",

@@ -37,3 +37,3 @@ "chalk": "^4.0.0",

"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
"gitHead": "6862afb00307b52f32eedee977a9b3041355f184"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc