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

nemo-observable-util

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nemo-observable-util - npm Package Compare versions

Comparing version 5.3.4 to 5.3.5

4

dist/cjs.es5.js

@@ -216,5 +216,5 @@ 'use strict';

for (var [reaction, operation] of todoCopy.entries()) {
todoCopy.forEach(function (operation, reaction) {
queueReaction(reaction, operation, actionName, uuid);
}
});
};

@@ -221,0 +221,0 @@

@@ -192,5 +192,5 @@ 'use strict';

for (const [reaction, operation] of todoCopy.entries()) {
todoCopy.forEach((operation, reaction) => {
queueReaction(reaction, operation, actionName, uuid);
}
});
};

@@ -197,0 +197,0 @@

@@ -212,5 +212,5 @@ var connectionStore = new WeakMap();

for (var [reaction, operation] of todoCopy.entries()) {
todoCopy.forEach(function (operation, reaction) {
queueReaction(reaction, operation, actionName, uuid);
}
});
};

@@ -217,0 +217,0 @@

@@ -188,5 +188,5 @@ const connectionStore = new WeakMap();

for (const [reaction, operation] of todoCopy.entries()) {
todoCopy.forEach((operation, reaction) => {
queueReaction(reaction, operation, actionName, uuid);
}
});
};

@@ -193,0 +193,0 @@

{
"name": "nemo-observable-util",
"version": "5.3.4",
"version": "5.3.5",
"description": "Simple transparent reactivity with 100% language coverage. Made with ES6 Proxies.",

@@ -5,0 +5,0 @@ "main": "dist/cjs.es5.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