Socket
Socket
Sign inDemoInstall

atomically

Package Overview
Dependencies
2
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

1

dist/index.d.ts

@@ -15,1 +15,2 @@ /// <reference types="node" />

export { readFile, readFileSync, writeFile, writeFileSync };
export type { Encoding, ReadOptions, WriteOptions };

16

package.json

@@ -5,3 +5,3 @@ {

"description": "Read and write files atomically and reliably.",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",

@@ -31,13 +31,13 @@ "main": "dist/index.js",

"stubborn-fs": "^1.2.5",
"when-exit": "^2.0.0"
"when-exit": "^2.1.1"
},
"devDependencies": {
"@types/node": "^18.13.0",
"esbuild": "^0.17.7",
"@types/node": "^20.4.6",
"esbuild": "^0.18.17",
"require-inject": "^1.4.4",
"tap": "^16.3.4",
"tsex": "^2.1.0",
"typescript": "^4.9.5",
"write-file-atomic": "^5.0.0"
"tap": "^16.3.8",
"tsex": "^3.0.0",
"typescript": "^5.1.6",
"write-file-atomic": "^5.0.1"
}
}

@@ -331,1 +331,2 @@

export {readFile, readFileSync, writeFile, writeFileSync};
export type {Encoding, ReadOptions, WriteOptions};
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