Socket
Socket
Sign inDemoInstall

write-file-atomic

Package Overview
Dependencies
2
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 5.0.0

17

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

@@ -11,5 +11,2 @@ "main": "./lib/index.js",

"postlint": "template-oss-check",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"lintfix": "npm run lint -- --fix",

@@ -39,3 +36,3 @@ "snap": "tap",

"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.5.0",
"@npmcli/template-oss": "4.5.1",
"mkdirp": "^1.0.4",

@@ -50,3 +47,3 @@ "rimraf": "^3.0.2",

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},

@@ -56,4 +53,10 @@ "templateOSS": {

"windowsCI": false,
"version": "3.5.0"
"version": "4.5.1"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}
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