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 3.0.2 to 3.0.3

0

example-usage.js

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

2

index.d.ts

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

path: string;
cleanup(): Promise<void>;
cleanup: () => Promise<void>;
}

@@ -9,0 +9,0 @@

@@ -0,0 +0,0 @@ 'use strict';

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

{
"name": "tmp-promise",
"version": "3.0.2",
"version": "3.0.3",
"description": "The tmp package with promises support and disposers.",

@@ -5,0 +5,0 @@ "main": "index.js",

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

@@ -0,0 +0,0 @@ 'use strict';

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