object-watcher
Advanced tools
Comparing version
{ | ||
"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! | ||
``` |
3728
1.08%25
13.64%