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

uvm

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uvm - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

lib/uvm/vm-delegate-timers.js

9

lib/uvm/bridge.js
var vm = require('vm'),
bridgeClientCode = require('./bridge-client'),
CircularJSON = require('circular-json'),
bridgeClientCode = require('./bridge-client'),
delegateTimers = require('./vm-delegate-timers'),
STRING = 'string',

@@ -59,2 +61,7 @@ ERROR = 'error',

// we need to inject the timers inside vm since VM does not have timers
if (!options._sandbox) {
delegateTimers(context);
}
try {

@@ -61,0 +68,0 @@ // inject the emitter via context. it will be referenced by the bridge and then deleted to prevent

2

package.json
{
"name": "uvm",
"version": "1.3.0",
"version": "1.4.0",
"description": "Universal Virtual Machine for Node and Browser",

@@ -5,0 +5,0 @@ "main": "index.js",

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