
Research
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
conbo-simpleobjectproxy
Advanced tools
Bindable object proxy for ConboJS for browsers that don't support ES6 Proxy
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.
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.
If you find this project useful, why not buy us a coffee (or as many as you think it's worth)?
FAQs
Bindable object proxy for ConboJS for browsers that don't support ES6 Proxy
The npm package conbo-simpleobjectproxy receives a total of 2 weekly downloads. As such, conbo-simpleobjectproxy popularity was classified as not popular.
We found that conbo-simpleobjectproxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.