@bscotch/utility
Advanced tools
Comparing version 0.1.0 to 0.2.0
export * from "./lib/strings"; | ||
export * from "./lib/paths"; | ||
export * from "./lib/files"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -15,2 +15,3 @@ "use strict"; | ||
__exportStar(require("./lib/paths"), exports); | ||
__exportStar(require("./lib/files"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
# 0.1.0 (2020-10-08) | ||
# [0.2.0](https://github.com/bscotch/node-util/compare/v0.1.0...v0.2.0) (2020-10-08) | ||
@@ -6,2 +6,11 @@ | ||
* Add methods for listing folders and files (with optional recursion) ([6d516cb](https://github.com/bscotch/node-util/commit/6d516cb786dc5e53f674f5b71353a21cc12407d6)) | ||
# [0.1.0](https://github.com/bscotch/node-util/compare/d1264e78319521c9667206330a9aaa36fa82e1a5...v0.1.0) (2020-10-08) | ||
### Features | ||
* Add 'undent' and 'oneline' template string methods ([fa7ceab](https://github.com/bscotch/node-util/commit/fa7ceab3eb92a07fadeb14947622425183e5c85e)) | ||
@@ -8,0 +17,0 @@ * Add paths utilities for forcing to posix separators, sorting by directory, and fetching all parent paths leading to a target path. ([3397402](https://github.com/bscotch/node-util/commit/33974024df9ab43dac4d40b25555eb9f88467921)) |
{ | ||
"name": "@bscotch/utility", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Bscotch Utilities: Methods for common Node.js needs.", | ||
@@ -31,3 +31,6 @@ "engines": { | ||
"template", | ||
"path" | ||
"path", | ||
"file", | ||
"bscotch", | ||
"butterscotch shenanigans" | ||
], | ||
@@ -34,0 +37,0 @@ "author": "Adam Coster (https://www.bscotch.net/about)", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
20318
20
240
1