Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jest/expect-utils

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/expect-utils - npm Package Compare versions

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

16

build/utils.js

@@ -24,18 +24,4 @@ 'use strict';

var global = (function () {
if (typeof globalThis !== 'undefined') {
return globalThis;
} else if (typeof global !== 'undefined') {
return global;
} else if (typeof self !== 'undefined') {
return self;
} else if (typeof window !== 'undefined') {
return window;
} else {
return Function('return this')();
}
})();
var Symbol = globalThis['jest-symbol-do-not-touch'] || globalThis.Symbol;
var Symbol = global['jest-symbol-do-not-touch'] || global.Symbol;
/**

@@ -42,0 +28,0 @@ * Checks if `hasOwnProperty(object, key)` up the prototype chain, stopping at `Object.prototype`.

6

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

@@ -23,3 +23,3 @@ "type": "git",

"devDependencies": {
"jest-matcher-utils": "^28.0.0-alpha.3"
"jest-matcher-utils": "^28.0.0-alpha.4"
},

@@ -32,3 +32,3 @@ "engines": {

},
"gitHead": "fc30b27bd94bb7ebeaadc72626ebbdba535150d2"
"gitHead": "c13dab19491ba6b57c2d703e7d7c4b20189e1e17"
}
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