@absolunet/fss
Advanced tools
Comparing version 0.1.0 to 0.1.1
11
index.js
@@ -6,5 +6,4 @@ //-------------------------------------------------------- | ||
const fs = require('fs'); | ||
const fsx = require('fs-extra'); | ||
const glob = require('glob'); | ||
const fs = require('fs'); | ||
const fsx = require('fs-extra'); | ||
@@ -25,9 +24,3 @@ | ||
fsx.removeSync(source); | ||
}, | ||
chmodPattern: (pattern, mode, options) => { | ||
glob.sync(pattern, options).forEach((match) => { | ||
fs.chmodSync(match, mode); | ||
}); | ||
} | ||
}; |
{ | ||
"name": "@absolunet/fss", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "fs / fs-extra sync wrapper", | ||
@@ -23,5 +23,4 @@ "definition": "", | ||
"dependencies": { | ||
"fs-extra": "^2.1.2", | ||
"glob": "^7.1.1" | ||
"fs-extra": "^2.1.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
2994
19
- Removedglob@^7.1.1
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedwrappy@1.0.2(transitive)