Socket
Socket
Sign inDemoInstall

temp-file

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temp-file - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

out/main.js

@@ -49,3 +49,3 @@ "use strict";

const systemTmpDir = process.env.TEST_TMP_DIR || process.env.ELECTRON_BUILDER_TMP_DIR || process.env.ELECTRON_BUILDER_TEST_DIR || (0, (_os || _load_os()).tmpdir)();
const isTempDirManagedExternally = process.env.TMP_DIR_MANAGER_ENSURE_REMOVED_ON_EXIT !== "false";
const isTempDirManagedExternally = process.env.TMP_DIR_MANAGER_ENSURE_REMOVED_ON_EXIT === "false";
if (isTempDirManagedExternally) {

@@ -52,0 +52,0 @@ promise = (_bluebirdLst || _load_bluebirdLst()).default.resolve(systemTmpDir);

{
"name": "temp-file",
"version": "2.1.2",
"version": "2.1.3",
"main": "out/main.js",

@@ -24,3 +24,3 @@ "author": "Vladimir Krivosheev",

"devDependencies": {
"@types/js-yaml": "^3.10.0",
"@types/js-yaml": "^3.10.1",
"@types/node": "^8.0.53",

@@ -27,0 +27,0 @@ "babel-preset-ts-node6-bluebird": "^1.0.1",

Sorry, the diff of this file is not supported yet

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