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

@bscotch/utility

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bscotch/utility - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

build/lib/files.d.ts

1

build/index.d.ts
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))

7

package.json
{
"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

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