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 1.0.0 to 1.0.1

5

index.js

@@ -60,3 +60,4 @@ //--------------------------------------------------------

.filter(({ path:curr, stats }) => {
const file = curr.split(path.sep).pop();
const file = curr.split(path.sep).pop();
const relative = curr.substring(rootPath.length + 1);

@@ -66,3 +67,3 @@ return (

(keepJunk || (!keepJunk && junk.not(file) && !['.gitkeep'].includes(file))) &&
minimatch(curr, pattern, { dot:true, matchBase:true })
minimatch(relative, pattern, { dot:true, matchBase:true })
);

@@ -69,0 +70,0 @@ })

4

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

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

"engines": {
"node": ">= 10.7.0"
"node": ">= 10.8.0"
},

@@ -29,0 +29,0 @@ "main": "index.js",

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