Socket
Socket
Sign inDemoInstall

@usefultools/utils

Package Overview
Dependencies
5
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.2 to 6.0.3

3

package.json
{
"name": "@usefultools/utils",
"version": "6.0.2",
"version": "6.0.3",
"description": "A collection of light-weight methods and helpers for defensive programming",

@@ -16,3 +16,2 @@ "main": "./dist/main.js",

"dependencies": {
"@threestup/monads": "^1.0.4",
"shortid": "^2.2.13",

@@ -19,0 +18,0 @@ "tslib": "^1.9.3",

@@ -25,8 +25,8 @@ [![CircleCI](https://circleci.com/gh/litchi-io/utils.svg?style=svg)](https://circleci.com/gh/litchi-io/utils)

* [Async](https://github.com/OpenMaths/mod-utils#async)
* [Conditionals](https://github.com/OpenMaths/mod-utils#conditionals)
* [Env](https://github.com/OpenMaths/mod-utils#env)
* [Helpers](https://github.com/OpenMaths/mod-utils#helpers)
* [Match](https://github.com/OpenMaths/mod-utils#match)
* [ThrowIf](https://github.com/OpenMaths/mod-utils#throwif)
* [Async](https://github.com/litchi-io/mod-utils#async)
* [Conditionals](https://github.com/litchi-io/mod-utils#conditionals)
* [Env](https://github.com/litchi-io/mod-utils#env)
* [Helpers](https://github.com/litchi-io/mod-utils#helpers)
* [Match](https://github.com/litchi-io/mod-utils#match)
* [ThrowIf](https://github.com/litchi-io/mod-utils#throwif)

@@ -86,3 +86,3 @@ ## Async

**Full test Docs [here](https://github.com/OpenMaths/mod-utils/blob/master/src/Async/main.spec.ts).**
**Full test Docs [here](https://github.com/litchi-io/mod-utils/blob/master/src/Async/main.spec.ts).**

@@ -397,3 +397,3 @@ ---

**Full test Docs [here](https://github.com/OpenMaths/mod-utils/blob/master/src/Conditionals/main.spec.ts).**
**Full test Docs [here](https://github.com/litchi-io/mod-utils/blob/master/src/Conditionals/main.spec.ts).**

@@ -413,3 +413,3 @@ ---

```typescript
import { env } from "@openmaths/utils"
import { env } from "@usefultools/utils"

@@ -475,3 +475,3 @@ env.getAsBool(...)

**Full test Docs [here](https://github.com/OpenMaths/mod-utils/blob/master/src/Env/main.spec.ts).**
**Full test Docs [here](https://github.com/litchi-io/mod-utils/blob/master/src/Env/main.spec.ts).**

@@ -586,3 +586,3 @@ ---

**Full test Docs [here](https://github.com/OpenMaths/mod-utils/blob/master/src/Helpers/main.spec.ts).**
**Full test Docs [here](https://github.com/litchi-io/mod-utils/blob/master/src/Helpers/main.spec.ts).**

@@ -646,3 +646,3 @@ ---

**Full test Docs [here](https://github.com/OpenMaths/mod-utils/blob/master/src/Match/main.spec.ts).**
**Full test Docs [here](https://github.com/litchi-io/mod-utils/blob/master/src/Match/main.spec.ts).**

@@ -691,3 +691,3 @@ ---

**Full test Docs [here](https://github.com/OpenMaths/mod-utils/blob/master/src/ThrowIf/main.spec.ts).**
**Full test Docs [here](https://github.com/litchi-io/mod-utils/blob/master/src/ThrowIf/main.spec.ts).**

@@ -694,0 +694,0 @@ ---

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc