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

@jeefo/fs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jeefo/fs - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

index.js
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
* File Name : index.js
* Created at : 2019-09-24
* Updated at : 2020-10-25
* Updated at : 2020-10-27
* Author : jeefo

@@ -70,5 +70,5 @@ * Purpose :

my_fs.load_json = async filepath => {
my_fs.load_json = async_wrapper(async filepath => {
return JSON.parse(await my_fs.readFile(filepath, "utf8"));
};
});

@@ -75,0 +75,0 @@ my_fs.save_json = async_wrapper(async (filepath, data, indent = 4) => {

{
"name": "@jeefo/fs",
"version": "0.0.8",
"version": "0.0.9",
"homepage": "https://github.com/je3f0o/fs",

@@ -5,0 +5,0 @@ "copyright": "2020",

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