Socket
Socket
Sign inDemoInstall

jest-leak-detector

Package Overview
Dependencies
Maintainers
2
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-leak-detector - npm Package Compare versions

Comparing version 23.0.0-alpha.6r to 23.0.0-beta.0

10

build/index.js

@@ -38,10 +38,2 @@ /**

const PRIMITIVE_TYPES = new Set([
'undefined',
'boolean',
'number',
'string',
'symbol'
]);
exports.default = class {

@@ -105,4 +97,4 @@ constructor(value) {

_isPrimitive(value) {
return value === null || PRIMITIVE_TYPES.has(typeof value);
return value !== Object(value);
}
};

4

package.json
{
"name": "jest-leak-detector",
"version": "23.0.0-alpha.6r",
"version": "23.0.0-beta.0",
"repository": {

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

"dependencies": {
"pretty-format": "^23.0.0-alpha.6r"
"pretty-format": "^23.0.0-beta.0"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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