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

jest-leak-detector

Package Overview
Dependencies
Maintainers
4
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 24.0.0 to 24.2.0-alpha.0

build/index.d.ts

32

build/index.js

@@ -1,9 +0,1 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/
'use strict';

@@ -16,6 +8,6 @@

function _prettyFormat() {
const data = _interopRequireDefault(require('pretty-format'));
function _v() {
const data = _interopRequireDefault(require('v8'));
_prettyFormat = function _prettyFormat() {
_v = function _v() {
return data;

@@ -27,6 +19,6 @@ };

function _v() {
const data = _interopRequireDefault(require('v8'));
function _vm() {
const data = _interopRequireDefault(require('vm'));
_v = function _v() {
_vm = function _vm() {
return data;

@@ -38,6 +30,6 @@ };

function _vm() {
const data = _interopRequireDefault(require('vm'));
function _prettyFormat() {
const data = _interopRequireDefault(require('pretty-format'));
_vm = function _vm() {
_prettyFormat = function _prettyFormat() {
return data;

@@ -53,2 +45,8 @@ };

/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
class _default {

@@ -55,0 +53,0 @@ constructor(value) {

{
"name": "jest-leak-detector",
"version": "24.0.0",
"version": "24.2.0-alpha.0",
"repository": {

@@ -11,6 +11,8 @@ "type": "git",

"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"pretty-format": "^24.0.0"
"pretty-format": "^24.2.0-alpha.0"
},
"devDependencies": {
"@types/weak": "^1.0.0",
"weak": "^1.0.1"

@@ -21,3 +23,6 @@ },

},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"publishConfig": {
"access": "public"
},
"gitHead": "800f2f803d01c8ae194d71b251e4965dd70e5bf2"
}
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