New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

accessproxy

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accessproxy - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

lib/config.js

@@ -15,3 +15,3 @@ 'use strict';

try {
fs.chownSync(conf.path, env.SUDO_UID, env.SUDO_GID);
fs.chownSync(conf.path, +env.SUDO_UID, +env.SUDO_GID);
} catch (e) {}

@@ -18,0 +18,0 @@ }

{
"name": "accessproxy",
"version": "0.3.3",
"version": "0.3.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "A proxy for local access labs development",

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