New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8.2 to 0.8.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [0.8.3](https://github.com/bscotch/node-util/compare/v0.8.2...v0.8.3) (2020-12-16)
## [0.8.2](https://github.com/bscotch/node-util/compare/v0.8.1...v0.8.2) (2020-11-27)

@@ -2,0 +6,0 @@

@@ -0,0 +0,0 @@ Copyright 2020 Butterscotch Shenanigans, Inc.

2

package.json
{
"name": "@bscotch/utility",
"version": "0.8.2",
"version": "0.8.3",
"description": "Bscotch Utilities: Methods for common Node.js needs.",

@@ -5,0 +5,0 @@ "engines": {

@@ -207,1 +207,20 @@ # Bscotch Utilities

```
## Dates
```ts
import {
isValidDate,
dateIsOlderThanSecondsAgo,
dateIsOlderThanMinutesAgo,
dateIsOlderThanHoursAgo,
dateIsOlderThanDaysAgo,
dateIsInTheFuture,
dateIsInThePast,
dateIsGreaterThan,
dateIsLessThan,
chronologySortReverse,
chronologySort
} from '@bscotch/utility';
```
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