Socket
Socket
Sign inDemoInstall

atomically

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

7

package.json
{
"name": "atomically",
"description": "Read and write files atomically and reliably.",
"version": "1.3.1",
"version": "1.3.2",
"main": "dist/index.js",

@@ -14,3 +14,3 @@ "types": "dist/index.d.ts",

"test:watch": "tap --no-coverage-report --watch",
"prepublishOnly": "npm run clean && npm run compile"
"prepublishOnly": "npm run clean && npm run compile && npm run test"
},

@@ -37,3 +37,3 @@ "bugs": {

"engines": {
"node": ">=12.12.0"
"node": ">=10.12.0"
},

@@ -43,2 +43,3 @@ "dependencies": {},

"@types/node": "^12.7.2",
"lodash": "^4.17.19",
"mkdirp": "^1.0.4",

@@ -45,0 +46,0 @@ "promise-resolve-timeout": "^1.2.1",

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