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.5.0 to 1.6.0

2

dist/consts.d.ts

@@ -11,4 +11,4 @@ declare const DEFAULT_ENCODING = "utf8";

declare const LIMIT_BASENAME_LENGTH = 128;
declare const LIMIT_FILES_DESCRIPTORS = 950;
declare const LIMIT_FILES_DESCRIPTORS = 10000;
declare const NOOP: () => void;
export { DEFAULT_ENCODING, DEFAULT_FILE_MODE, DEFAULT_FOLDER_MODE, DEFAULT_READ_OPTIONS, DEFAULT_WRITE_OPTIONS, DEFAULT_TIMEOUT_ASYNC, DEFAULT_TIMEOUT_SYNC, IS_POSIX, IS_USER_ROOT, LIMIT_BASENAME_LENGTH, LIMIT_FILES_DESCRIPTORS, NOOP };

@@ -25,5 +25,5 @@ "use strict";

exports.LIMIT_BASENAME_LENGTH = LIMIT_BASENAME_LENGTH;
const LIMIT_FILES_DESCRIPTORS = 950; //TODO: fetch the real limit from the filesystem
const LIMIT_FILES_DESCRIPTORS = 10000; //TODO: fetch the real limit from the filesystem
exports.LIMIT_FILES_DESCRIPTORS = LIMIT_FILES_DESCRIPTORS;
const NOOP = () => { };
exports.NOOP = NOOP;
{
"name": "atomically",
"description": "Read and write files atomically and reliably.",
"version": "1.5.0",
"version": "1.6.0",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

@@ -24,3 +24,3 @@

const LIMIT_FILES_DESCRIPTORS = 950; //TODO: fetch the real limit from the filesystem
const LIMIT_FILES_DESCRIPTORS = 10000; //TODO: fetch the real limit from the filesystem

@@ -27,0 +27,0 @@ const NOOP = () => {};

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