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

@zenfs/core

Package Overview
Dependencies
Maintainers
1
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 0.5.10 to 0.5.11

3

dist/emulation/path.d.ts
/// <reference types="node" resolution-mode="require"/>
import type { ParsedPath } from 'node:path';
export declare const cwd = "/";
export declare let cwd: string;
export declare function cd(path: string): void;
export declare const sep = "/";

@@ -5,0 +6,0 @@ export declare function normalizeString(path: string, allowAboveRoot: boolean): string;

@@ -23,3 +23,6 @@ /*

*/
export const cwd = '/';
export let cwd = '/';
export function cd(path) {
cwd = resolve(cwd, path);
}
export const sep = '/';

@@ -26,0 +29,0 @@ function validateString(str, name) {

{
"name": "@zenfs/core",
"version": "0.5.10",
"version": "0.5.11",
"description": "A filesystem in your browser",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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