Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tmp-sync

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmp-sync - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

index.js

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

var node_path = require('path');
var fs = require('fs-sync');
var fs = require('fs-sync');

@@ -23,3 +23,3 @@

// genarate an random name inside a directory
// generate a random name inside a directory
tmp.in = function (root) {

@@ -30,3 +30,3 @@ root = root || require('osenv').tmpdir();

root,
'tmp-'
'tmp-'
+ process.pid + '-'

@@ -33,0 +33,0 @@ + Number( '' + Date.now() + Math.random() * 0x1000000000 ).toString(36)

{
"name": "tmp-sync",
"version": "1.1.0",
"version": "1.1.1",
"description": "The sync version of tmp just for test cases, making it much easier.",

@@ -32,9 +32,9 @@ "main": "index.js",

"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.0"
"chai": "~1.8.0",
"mocha": "~1.13.0"
},
"dependencies": {
"fs-sync": "^0.2.4",
"fs-sync": "^1.0.4",
"osenv": "^0.1.0"
}
}
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