Socket
Socket
Sign inDemoInstall

temp-write

Package Overview
Dependencies
6
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.4.0

4

package.json
{
"name": "temp-write",
"version": "3.3.0",
"version": "3.4.0",
"description": "Write string/buffer/stream to a random temp file",

@@ -41,3 +41,3 @@ "license": "MIT",

"make-dir": "^1.0.0",
"pify": "^2.2.0",
"pify": "^3.0.0",
"temp-dir": "^1.0.0",

@@ -44,0 +44,0 @@ "uuid": "^3.0.1"

@@ -9,3 +9,3 @@ # temp-write [![Build Status](https://travis-ci.org/sindresorhus/temp-write.svg?branch=master)](https://travis-ci.org/sindresorhus/temp-write)

```
$ npm install --save temp-write
$ npm install temp-write
```

@@ -47,3 +47,3 @@

Type: `string` `Buffer` `ReadableStream`
Type: `string` `Buffer` `stream.Readable`

@@ -50,0 +50,0 @@ Data to write to the temp file. Streams are supported only with the async API.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc