Socket
Socket
Sign inDemoInstall

sync-disk-cache

Package Overview
Dependencies
18
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

index.js

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

var os = require('os');
var username = require('username').sync();
var username = require('child_process').execSync('whoami').toString().trim();
var tmpdir = path.join(os.tmpdir(), username);

@@ -18,0 +18,0 @@ var mode = {

{
"name": "sync-disk-cache",
"version": "1.2.1",
"version": "1.2.2",
"description": "sync disk cache",

@@ -32,4 +32,3 @@ "files": [

"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"username": "^2.3.0"
"rimraf": "^2.2.8"
},

@@ -36,0 +35,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc