Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conbo-simpleobjectproxy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conbo-simpleobjectproxy

Bindable object proxy for ConboJS for browsers that don't support ES6 Proxy

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

SimpleObjectProxy for ConboJS 4

SimpleObjectProxy is an experimental class for ConboJS when used with browser that don't currently support the ES2015 Proxy class, to wrap plain JavaScript objects to enable them to be be used with ConboJS two-way data binding, as an alternative to using a Hash or similar data model.

The SimpleObjectProxy class can be imported as an AMD, CommonJS or global module.

Getting started

The SimpleObjectProxy class was inspired by the Apache Flex class of the same name and serves the same purpose.

You can create a new SimpleObjectProxy using the static create method:

var obj = {a: 0};
var proxy = SimpleObjectProxy.create(obj);

Please note: SimpleObjectProxy can only proxy properties that already exist on the source object.

If you're targeting browsers that support the ES2015 Proxy class, use ObjectProxy.

Make a donation

If you find this project useful, why not buy us a coffee (or as many as you think it's worth)?

Make a donation

Keywords

FAQs

Package last updated on 15 Oct 2020

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

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