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

uvm

Package Overview
Dependencies
Maintainers
5
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 3.0.0-beta.1 to 3.0.0

4

lib/bridge.js

@@ -58,3 +58,3 @@ const Flatted = require('flatted'),

__uvm_emit('[["1"],"load.${id}"]');
__uvm_emit('${Flatted.stringify(['load.' + id])}');
__uvm_emit = null; delete __uvm_emit;

@@ -74,2 +74,3 @@ __uvm_setTimeout = null; delete __uvm_setTimeout;

forwardEmits = (e) => {
// e.data for Web Worker (MessageEvent.data)
const { __emit_uvm, __id_uvm } = e?.data || e || /* istanbul ignore next */ {};

@@ -153,2 +154,3 @@

if (typeof worker.addEventListener !== 'function') {
// add event listener methods for Node.js worker
worker.addEventListener = worker.on.bind(worker);

@@ -155,0 +157,0 @@ worker.removeEventListener = worker.off.bind(worker);

{
"name": "uvm",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "Universal Virtual Machine for Node and Browser",

@@ -5,0 +5,0 @@ "author": "Postman Inc.",

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