New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

isolated-vm

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isolated-vm - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "isolated-vm",
"version": "1.6.0",
"version": "1.6.1",
"description": "Access to multiple isolates",

@@ -5,0 +5,0 @@ "main": "isolated-vm.js",

@@ -31,6 +31,6 @@ 'use strict';

if (Math.abs(hrToFloat(isolate.cpuTime)) - 200 > 8) {
if (Math.abs(hrToFloat(isolate.cpuTime)) - 200 > 20) {
console.log('cpu time wrong');
}
if (Math.abs(hrToFloat(isolate.wallTime)) - 300 > 8) {
if (Math.abs(hrToFloat(isolate.wallTime)) - 300 > 20) {
console.log('wall time wrong');

@@ -37,0 +37,0 @@ }

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