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

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
4
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/js-lib - npm Package Compare versions

Comparing version 1.0.75 to 1.0.77

2

dist-esm/testing/test.shared.util.js

@@ -20,2 +20,4 @@ // Source: https://github.com/substack/deep-freeze/blob/master/index.js

console.error = function () { return undefined; };
console.time = function () { return undefined; };
console.table = function () { return undefined; };
}

@@ -22,0 +24,0 @@ export function runAllTests() {

@@ -23,2 +23,4 @@ "use strict";

console.error = function () { return undefined; };
console.time = function () { return undefined; };
console.table = function () { return undefined; };
}

@@ -25,0 +27,0 @@ exports.silentConsole = silentConsole;

2

package.json

@@ -48,3 +48,3 @@ {

},
"version": "1.0.75",
"version": "1.0.77",
"description": "",

@@ -51,0 +51,0 @@ "author": "Natural Cycles Team",

@@ -25,2 +25,4 @@ // Source: https://github.com/substack/deep-freeze/blob/master/index.js

console.error = () => undefined
console.time = () => undefined
console.table = () => undefined
}

@@ -27,0 +29,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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