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

tmp-promise

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmp-promise - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

0

example-usage.js

@@ -0,0 +0,0 @@ var tmp = require("./index.js");

@@ -0,0 +0,0 @@ import { fileSync, dirSync, tmpNameSync, setGracefulCleanup } from "tmp";

@@ -0,0 +0,0 @@ const {promisify} = require("util");

@@ -0,0 +0,0 @@ import { file, withFile, dir, withDir, tmpName } from ".";

6

package.json
{
"name": "tmp-promise",
"version": "2.0.2",
"version": "2.1.0",
"description": "The tmp package with promises support and disposers.",

@@ -26,6 +26,6 @@ "main": "index.js",

"dependencies": {
"tmp": "0.1.0"
"tmp": "^0.2.0"
},
"devDependencies": {
"@types/tmp": "0.1.0",
"@types/tmp": "^0.1.0",
"mocha": "^6.1.4",

@@ -32,0 +32,0 @@ "tsd": "^0.7.2"

@@ -0,0 +0,0 @@ # tmp-promise

@@ -0,0 +0,0 @@ const fs = require('fs')

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