🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@eldrex/openclaw

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eldrex/openclaw - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+3
-3
package.json
{
"name": "@eldrex/openclaw",
"version": "1.0.4",
"version": "1.0.5",
"publishConfig": {

@@ -24,4 +24,4 @@ "registry": "https://registry.npmjs.org"

"dependencies": {
"@eldrex/core": "1.0.4",
"@eldrex/gateway": "1.0.4"
"@eldrex/core": "1.0.5",
"@eldrex/gateway": "1.0.5"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -23,9 +23,11 @@ # @eldrex/openclaw

| Resource | Why | Default | Can Disable |
|----------|-----|---------|-------------|
| Network | Connect to local or remote agent networks | No | Yes (default disabled) |
| Ports | Exposes MCP endpoint on port 3739 | No | Yes |
| Resource | Why | Default | Can Disable |
| -------- | ----------------------------------------- | ------- | ---------------------- |
| Network | Connect to local or remote agent networks | No | Yes (default disabled) |
| Ports | Exposes MCP endpoint on port 3739 | No | Yes |
### Agent Sandboxing
When agents interact with DevDiff through OpenClaw:
- They are constrained to the current Git repository boundary.

@@ -32,0 +34,0 @@ - They cannot run arbitrary system commands.