Socket
Socket
Sign inDemoInstall

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.0 to 3.0.1

publish.js

4

index.js

@@ -1,2 +0,4 @@

const {promisify} = require("util");
'use strict';
const { promisify } = require("util");
const tmp = require("tmp");

@@ -3,0 +5,0 @@

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

@@ -10,3 +10,4 @@ "main": "index.js",

"check-types": "tsd",
"test": "npm run mocha && npm run check-types"
"test": "npm run mocha && npm run check-types",
"publish": "node publish"
},

@@ -20,3 +21,3 @@ "keywords": [

],
"author": "Benjamin Gruenbaum and collaborators.",
"author": "Benjamin Gruenbaum and Collaborators.",
"license": "MIT",

@@ -31,6 +32,6 @@ "repository": {

"devDependencies": {
"@types/tmp": "^0.1.0",
"mocha": "^6.1.4",
"tsd": "^0.7.2"
"@types/tmp": "^0.2.0",
"mocha": "7.1.2",
"tsd": "0.11.0"
}
}

@@ -0,5 +1,6 @@

'use strict';
const fs = require('fs')
const {promisify} = require('util')
const assert = require('assert')
const {extname} = require('path')
const { extname } = require('path')

@@ -6,0 +7,0 @@ const tmp = require('.')

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