Search results

115 packages found

A simple set of functions for intercepting and observing JavaScript objects and arrays.

published 3.2.0 3 months ago
M
Q
P

object-observer utility provides simple means to (deeply) observe specified object/array changes; implemented via native Proxy; changes delivered in a synchronous way

published 6.1.3 5 months ago
M
Q
P

Object Observed

published 0.0.6 2 years ago
M
Q
P

A cross-browser object property observer uses ES6 proxy underneath and with fallback on dirty-checking

published 1.0.3 8 years ago
M
Q
P

Object.observe polyfill without dirty checking

published 2.0.6 8 years ago
M
Q
P

A set of reactive controllers that facilitate using the platform observer objects.

published 2.0.2 6 months ago
M
Q
P

Backbone model implement which support observe features via Object.observe or Object.prototype.watch etc.

published 1.0.4 9 years ago
M
Q
P

A Proxy Based Implementation Of Object.observe plus Object.deepObserve

published 0.0.21 7 years ago
M
Q
P

Simple multiobserve library

published 3.0.0-alpha 8 years ago
M
Q
P

An Object.observe inspired util, based on ES6 proxies

published 1.0.0 8 years ago
M
Q
P

observeable objects the way you want em

published 1.1.2 8 years ago
M
Q
P

Wrap the proxy-observer with custom observers

published 0.0.2 7 years ago
M
Q
P

Make Object.observe emit events on every change

published 0.7.1 10 years ago
M
Q
P

Observe object

published 1.0.1 6 years ago
M
Q
P

This is a simple observer which listens to changes on any object. These changes can only be asignations like the following:

published 1.2.4 6 years ago
M
Q
P

Simple and easy observer for javascript object

published 1.0.1 5 years ago
M
Q
P

Observe JavaScript objects with native Proxy API.

published 1.0.0 5 years ago
M
Q
P

Observe object changes deeply without cloning in an efficient manner.

published 1.0.2 3 years ago
M
Q
P

```JavaScript const linked = { link: 'a', obj: {} } const obj = { "1": 2, a: "b", linked1: linked, linked2: linked, nested: { c: "c" }, recursive: { obj: this

published 2.0.5 5 months ago
M
Q
P

ob.js comes from vue.js and is used to observe/watch Object/Array/Class

published 1.0.0 7 years ago
M
Q
P