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

green-tunnel

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

green-tunnel - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

4

package.json
{
"name": "green-tunnel",
"version": "1.7.1",
"version": "1.7.2",
"description": "",

@@ -34,2 +34,3 @@ "keywords": [

"dependencies": {
"app-data-folder": "^1.0.0",
"chalk": "^2.4.2",

@@ -45,3 +46,2 @@ "clear": "^0.1.0",

"ora": "^3.2.0",
"platform-folders": "^0.4.1",
"std-env": "^2.2.1",

@@ -48,0 +48,0 @@ "universal-analytics": "^0.4.20",

import ua from 'universal-analytics';
import uuid from 'uuid/v4';
import { JSONStorage } from 'node-localstorage';
import path from 'path';
import appData from 'app-data-folder';
import getPath from 'platform-folders';
const configFolder = path.join(getPath('appData'), 'greentunnel');
const nodeStorage = new JSONStorage(configFolder);
const nodeStorage = new JSONStorage(appData('greentunnel'));
const userId = nodeStorage.getItem('userid') || uuid();

@@ -10,0 +8,0 @@ nodeStorage.setItem('userid', userId);

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