Socket
Socket
Sign inDemoInstall

objectlisteners

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objectlisteners - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

12

ObjectListener.js

@@ -600,10 +600,6 @@

return function stringifyFast(obj, space) {
try {
parents.push(obj);
return JSON.stringify(obj, checkValues, space);
} catch(er) {
console.error(obj, er);
} finally {
clear();
}
parents.push(obj);
let res = JSON.stringify(obj, checkValues, space);
clear();
return res;
}

@@ -610,0 +606,0 @@ })();

{
"name": "objectlisteners",
"version": "1.0.4",
"version": "1.0.5",
"description": "Creates arbitrary event listeners that you can use to watch for changes in an object and fire event subscriptions ",

@@ -5,0 +5,0 @@ "main": "ObjectListener.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