Socket
Socket
Sign inDemoInstall

write-file-atomic

Package Overview
Dependencies
2
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

2

lib/index.js

@@ -9,3 +9,3 @@ 'use strict'

const MurmurHash3 = require('imurmurhash')
const onExit = require('signal-exit')
const { onExit } = require('signal-exit')
const path = require('path')

@@ -12,0 +12,0 @@ const { promisify } = require('util')

{
"name": "write-file-atomic",
"version": "5.0.0",
"version": "5.0.1",
"description": "Write files in an atomic fashion w/configurable ownership",

@@ -31,9 +31,7 @@ "main": "./lib/index.js",

"imurmurhash": "^0.1.4",
"signal-exit": "^3.0.7"
"signal-exit": "^4.0.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "4.5.1",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.14.1",
"tap": "^16.0.1"

@@ -51,3 +49,4 @@ },

"windowsCI": false,
"version": "4.5.1"
"version": "4.14.1",
"publish": "true"
},

@@ -54,0 +53,0 @@ "tap": {

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