Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

proxy-tree

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

proxy-tree - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-2
package.json
{
"name": "proxy-tree",
"version": "0.0.1",
"description": "",
"version": "0.0.2",
"description": "Write dynamic API wrappers with trees of Proxy",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -8,3 +8,3 @@ # proxy-tree

const tree = module.exports((path, args) => {
const tree = proxyTree((path, args) => {
console.log(path, args);

@@ -11,0 +11,0 @@ });