New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

watch-proxy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watch-proxy

Wrap the proxy-observer with custom observers

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Watch Proxy

Status

Codacy Badge Build Status

Overview

Based on the proxy-observe module this wrapper was created to handle events to each proxy-observe;

The main point is create a watch event to an object and observe object changes;

Installation

npm install watch-proxy
let watchProxy = new WatchProxy();
let objectProxy = watchProxy.watch('object:proxy', {});

watchProxy.observe('object:proxy', (changes) => {
    console.log('changes:', changes);
})

objectProxy.property = {}

Feedback

Please open issues to improve this module;

Keywords

Object.observe

FAQs

Package last updated on 27 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts