Socket
Socket
Sign inDemoInstall

@thi.ng/errors

Package Overview
Dependencies
0
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.17 to 2.3.0

ensure.d.ts

8

CHANGELOG.md
# Change Log
- **Last updated**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58:19Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.3.0) (2023-08-04)
#### 🚀 Features
- add ensureXXX() functions ([be70868](https://github.com/thi-ng/umbrella/commit/be70868))
### [2.2.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.2.3) (2022-10-28)

@@ -14,0 +20,0 @@

export * from "./deferror.js";
export * from "./assert.js";
export * from "./ensure.js";
export * from "./illegal-arguments.js";

@@ -4,0 +5,0 @@ export * from "./illegal-arity.js";

export * from "./deferror.js";
export * from "./assert.js";
export * from "./ensure.js";
export * from "./illegal-arguments.js";

@@ -4,0 +5,0 @@ export * from "./illegal-arity.js";

15

package.json
{
"name": "@thi.ng/errors",
"version": "2.2.17",
"version": "2.3.0",
"description": "Custom error types and error factory functions",

@@ -37,9 +37,9 @@ "type": "module",

"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
"@thi.ng/testament": "^0.3.17",
"@types/node": "^20.3.1",
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.18",
"@types/node": "^20.4.6",
"rimraf": "^5.0.1",
"tools": "^0.0.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},

@@ -75,2 +75,5 @@ "keywords": [

},
"./ensure": {
"default": "./ensure.js"
},
"./illegal-arguments": {

@@ -98,3 +101,3 @@ "default": "./illegal-arguments.js"

},
"gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\n"
"gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
}

@@ -63,3 +63,3 @@ <!-- This file is generated - DO NOT EDIT! -->

Package sizes (brotli'd, pre-treeshake): ESM: 497 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 749 bytes

@@ -66,0 +66,0 @@ ## Dependencies

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc