Socket
Socket
Sign inDemoInstall

tmp

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmp - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

lib/tmp.js

@@ -56,3 +56,3 @@ /*!

function _isUndefined(obj) {
return obj === void 0;
return typeof obj === 'undefined';
}

@@ -59,0 +59,0 @@

{
"name": "tmp",
"version": "0.0.11",
"version": "0.0.12",
"description": "Temporary file and directory creator",

@@ -23,3 +23,3 @@ "author": "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)",

"bugs": {
"web": "http://github.com/raszi/node-tmp/issues"
"url": "http://github.com/raszi/node-tmp/issues"
},

@@ -34,3 +34,3 @@

"engines": {
"node": ">=0.4.10"
"node": ">=0.4.0"
},

@@ -37,0 +37,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