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

@absolunet/fss

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@absolunet/fss - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

3

index.js

@@ -6,2 +6,3 @@ //--------------------------------------------------------

const del = require('del');
const fs = require('fs');

@@ -26,2 +27,4 @@ const fsExtra = require('fs-extra');

del: del.sync,
move: (src, dest, options) => {

@@ -28,0 +31,0 @@ fsExtra.copySync(src, dest, options);

3

package.json
{
"name": "@absolunet/fss",
"version": "0.5.0",
"version": "0.6.0",
"description": "fs / fs-extra sync wrapper",

@@ -29,4 +29,5 @@ "definition": "",

"dependencies": {
"del": "^3.0.0",
"fs-extra": "^5.0.0"
}
}

@@ -8,3 +8,3 @@ # @absolunet/fss

> fs / fs-extra sync wrapper
> fs / fs-extra / del sync wrapper

@@ -39,2 +39,5 @@

### del(patterns, [options])
Maps [`del.sync`](https://github.com/sindresorhus/del#delsyncpatterns-options).
### ensureDir(dir)

@@ -41,0 +44,0 @@ Maps [`fsExtra.ensureDirSync`](https://github.com/jprichardson/node-fs-extra/blob/master/docs/ensureDir-sync.md).

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