Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zenfs/core

Package Overview
Dependencies
Maintainers
0
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenfs/core - npm Package Compare versions

Comparing version 1.6.5 to 1.6.6

2

dist/devices.d.ts

@@ -9,3 +9,3 @@ import type { FileReadResult } from 'node:fs/promises';

* A device
* @todo Maybe add major/minor number or some other device information, like a UUID?
* @todo Maybe add some other device information, like a UUID?
* @privateRemarks

@@ -12,0 +12,0 @@ * UUIDs were considered, however they don't make sense without an easy mechanism for persistence

@@ -357,3 +357,2 @@ import { Buffer } from 'buffer';

* Retrieves the files matching the specified pattern.
* @todo Implement
*/

@@ -360,0 +359,0 @@ export declare function glob(this: V_Context, pattern: string | string[]): NodeJS.AsyncIterator<string>;

@@ -10,3 +10,3 @@ import { Stats, type StatsLike } from './stats.js';

* @internal
* @todo [BREAKING]
* @todo [BREAKING] Remove 58 byte Inode upgrade path
*/

@@ -13,0 +13,0 @@ export declare class Inode implements StatsLike {

@@ -50,3 +50,3 @@ var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {

* @internal
* @todo [BREAKING]
* @todo [BREAKING] Remove 58 byte Inode upgrade path
*/

@@ -122,3 +122,3 @@ let Inode = (() => {

*/
new DataView(newBuffer.buffer).setBigUint64(sz_inode - 2, randomBigInt());
new DataView(newBuffer.buffer).setBigUint64(sz_inode - 1, randomBigInt());
buffer = newBuffer;

@@ -125,0 +125,0 @@ }

{
"name": "@zenfs/core",
"version": "1.6.5",
"version": "1.6.6",
"description": "A filesystem, anywhere",

@@ -5,0 +5,0 @@ "funding": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc