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

@vscode-utility/fs-browserify

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode-utility/fs-browserify - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

19

package.json

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

"description": "The `fs` module compatible for VS Code Web Extensions",
"version": "1.0.1",
"version": "1.0.2",
"main": "./dist/index.js",

@@ -16,8 +16,9 @@ "private": false,

},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"sponsor": {
"url": "https://www.paypal.me/longnguyenngoc"
"url": "https://ko-fi.com/nguyenngoclong"
},
"funding": {
"type": "individual",
"url": "https://ko-fi.com/nguyenngoclong"
},
"homepage": "https://nguyenngoclongdev.github.io",

@@ -53,3 +54,6 @@ "categories": [

},
"author": "Nguyen Ngoc Long",
"author": {
"name": "Nguyen Ngoc Long",
"url": "https://nguyenngoclongdev.github.io"
},
"publisher": "nguyenngoclong",

@@ -67,5 +71,4 @@ "license": "MIT",

"ci:compile": "pnpm esbuild-base --minify && pnpm types",
"ci:publish": "changeset publish && git push --follow-tags",
"publish1": "rm -rd dist && pnpm ci:compile && NODE_AUTH_TOKEN=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 changeset publish --no-git-checks"
"ci:publish": "changeset publish && git push --follow-tags"
}
}
[![CI](https://github.com/nguyenngoclongdev/vscode-fs-browserify/actions/workflows/ci.yml/badge.svg)](https://github.com/nguyenngoclongdev/vscode-fs-browserify/actions/workflows/ci.yml)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/nguyenngoclongdev/vscode-fs-browserify/)
[![npm version](https://img.shields.io/npm/v/@vscode-utility/fs-browserify.svg?style=flat-square)](https://www.npmjs.org/package/@vscode-utility/fs-browserify)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/nguyenngoclongdev/vscode-fs-browserify)
[![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=@vscode-utility/fs-browserify&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.now.sh/result?p=@vscode-utility/fs-browserify)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@vscode-utility/fs-browserify?style=flat-square)](https://bundlephobia.com/package/@vscode-utility/fs-browserify@latest)
[![npm downloads](https://img.shields.io/npm/dt/@vscode-utility/fs-browserify.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@vscode-utility/fs-browserify)
[![Known Vulnerabilities](https://snyk.io/test/npm/@vscode-utility/fs-browserify/badge.svg)](https://snyk.io/test/npm/@vscode-utility/fs-browserify)
# @vscode-utility/fs-browserify
When developing vscode extensions, it is essential to ensure compatibility between the desktop and web versions of vscode (https://vscode.dev or https://github.dev). One way to achieve this is by using the `@vscode-utility/fs-browserify` package.
When developing vscode extensions, it is essential to ensure compatibility between the desktop and web versions of vscode (https://vscode.dev or https://github.dev).
Using this package, you can access and manipulate files stored locally or remotely, making it easier to develop vscode extensions that work seamlessly on both the desktop and web versions of vscode. For instance, you can use fs.readDirectoryAsync(path) to retrieve all entries in a directory, and fs.statAsync(path) to obtain the metadata of a file.
Using `@vscode-utility/fs-browserify`, you can access and manipulate files stored locally or remotely, making it easier to develop vscode extensions that work seamlessly on both the desktop and web versions of vscode.
Overall, incorporating the `@vscode-utility/fs-browserify` package in your vscode extension development workflow can help you achieve full compatibility and enhance the user experience across different vscode platforms.
If you find this package useful for your projects, please consider supporting me by [Buy Me a Coffee](https://ko-fi.com/D1D2LBPX9). It's a great way to help me maintain and improve this package in the future. Your support is truly appreciated!
This package is maintained by the [Nguyen Ngoc Long](https://github.com/nguyenngoclongdev/).
<a href='https://ko-fi.com/D1D2LBPX9' target='_blank'>
<img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee' />
</a>
You can find latest release in the [NPM](https://www.npmjs.com/@vscode-utility/fs-browserify)
## Installation
**npm**
```sh
npm install @vscode-utility/fs-browserify
```
**yarn**
```sh
yarn add @vscode-utility/fs-browserify
```
**pnpm**
```sh
pnpm add @vscode-utility/fs-browserify
```
## Usage

@@ -17,0 +41,0 @@

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