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.2 to 0.3.3

7

lib/config.js
'use strict';
var Configstore = require('configstore');
var fs = require('fs');
var pkg = require('../package.json');
var env = process.env;

@@ -11,2 +8,6 @@ var fixSudo = (process.platform === 'linux' && env.SUDO_USER);

}
var Configstore = require('configstore');
var fs = require('fs');
var pkg = require('../package.json');
var conf = new Configstore(pkg.name);

@@ -13,0 +14,0 @@ if (fixSudo && env.SUDO_UID && env.SUDO_GID) {

{
"name": "accessproxy",
"version": "0.3.2",
"version": "0.3.3",
"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