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.0 to 0.3.1

5

lib/config.js
'use strict';
var Configstore = require('configstore');
var fs = require('fs');
var pkg = require('../package.json');
var conf = new Configstore(pkg.name);
try {
// Lucky 7s
fs.chmodSync(conf.path, '777');
} catch (e) {}

@@ -8,0 +13,0 @@ module.exports.set = function(key, val) {

2

package.json
{
"name": "accessproxy",
"version": "0.3.0",
"version": "0.3.1",
"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