Socket
Socket
Sign inDemoInstall

@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 1.3.0 to 1.3.1

2

lib/misc.js

@@ -30,3 +30,3 @@ //--------------------------------------------------------

nofile: type === 'dir',
depthLimit: recursive ? -1 : type === 'file' ? 0 : 1
depthLimit: recursive ? -1 : 0
})

@@ -33,0 +33,0 @@ .filter(({ path:curr, stats }) => {

{
"name": "@absolunet/fss",
"version": "1.3.0",
"version": "1.3.1",
"description": "graceful-fs / fs-extra sync wrapper with goodies",

@@ -38,3 +38,3 @@ "definition": "",

"devDependencies": {
"@absolunet/tester": "2.1.0"
"@absolunet/tester": "2.1.1"
},

@@ -41,0 +41,0 @@ "dependencies": {

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