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

uvm

Package Overview
Dependencies
Maintainers
4
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 2.1.0 to 2.1.1

7

lib/bridge-client.js

@@ -50,5 +50,6 @@ /**

once: function (name, listener) {
bridge.on(name, function fn () {
bridge.off(name, fn);
listener.apply(this, arguments);
const self = this;
self.on(name, function fn () {
self.off(name, fn);
listener.apply(self, arguments);
});

@@ -55,0 +56,0 @@ },

{
"name": "uvm",
"version": "2.1.0",
"version": "2.1.1",
"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