🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

object-watcher

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-watcher - npm Package Compare versions

Comparing version

to
1.0.2

{
"name": "object-watcher",
"version": "1.0.1",
"version": "1.0.2",
"description": "Plugin that allows you to watch for changes in a javacript object",

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

@@ -22,2 +22,5 @@ ##ObjectWatcher

watch(data, 'products', watcher);
data.quantity = 8
// Variable Changed!
```