Socket
Socket
Sign inDemoInstall

sync-disk-cache

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-disk-cache - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

index.js

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

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

@@ -18,0 +18,0 @@ var crypto = require('crypto');

{
"name": "sync-disk-cache",
"version": "1.3.1",
"version": "1.3.2",
"description": "sync disk cache",

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

"mkdirp": "^0.5.0",
"rimraf": "^2.2.8"
"rimraf": "^2.2.8",
"username-sync": "1.0.1"
},

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

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