Socket
Socket
Sign inDemoInstall

@jest/expect

Package Overview
Dependencies
154
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.2 to 28.0.0-alpha.3

7

build/index.d.ts

@@ -11,3 +11,4 @@ /**

import {MatcherFunction} from 'expect';
import type {Matchers} from 'expect';
import {MatcherFunctionWithState} from 'expect';
import {Matchers} from 'expect';
import {MatcherState} from 'expect';

@@ -41,2 +42,6 @@ import type {SnapshotMatchers} from 'jest-snapshot';

export {MatcherFunctionWithState};
export {Matchers};
export {MatcherState};

@@ -43,0 +48,0 @@

8

package.json
{
"name": "@jest/expect",
"version": "28.0.0-alpha.2",
"version": "28.0.0-alpha.3",
"repository": {

@@ -20,4 +20,4 @@ "type": "git",

"dependencies": {
"expect": "^28.0.0-alpha.2",
"jest-snapshot": "^28.0.0-alpha.2"
"expect": "^28.0.0-alpha.3",
"jest-snapshot": "^28.0.0-alpha.3"
},

@@ -34,3 +34,3 @@ "devDependencies": {

},
"gitHead": "694d6bfea56f9cb49d0c7309cdbfff032da198c2"
"gitHead": "fc30b27bd94bb7ebeaadc72626ebbdba535150d2"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc