Socket
Socket
Sign inDemoInstall

@thi.ng/errors

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/errors - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

deferror.d.ts.map

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.2.1...@thi.ng/errors@1.2.2) (2019-11-30)
**Note:** Version bump only for package @thi.ng/errors
## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.2.0...@thi.ng/errors@1.2.1) (2019-11-09)

@@ -8,0 +16,0 @@

29

package.json
{
"name": "@thi.ng/errors",
"version": "1.2.1",
"description": "Custom error types and helper fns.",
"version": "1.2.2",
"description": "Custom error types and error factory functions",
"module": "./index.js",

@@ -21,15 +21,18 @@ "main": "./lib/index.js",

"build:test": "rimraf build && tsc -p test/tsconfig.json",
"test": "yarn build:test && mocha build/test/*.js",
"cover": "yarn build:test && nyc mocha build/test/*.js && nyc report --reporter=lcov",
"test": "mocha test",
"cover": "nyc mocha test && nyc report --reporter=lcov",
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib",
"doc": "node_modules/.bin/typedoc --mode modules --out doc --ignoreCompilerErrors src",
"doc:readme": "../../scripts/generate-readme",
"doc": "node_modules/.bin/typedoc --mode modules --out doc src",
"pub": "yarn build:release && yarn publish --access public"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/mocha": "^5.2.6",
"@types/node": "^12.6.3",
"mocha": "^6.1.4",
"@types/node": "^12.12.11",
"mocha": "^6.2.2",
"nyc": "^14.0.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.4"
"ts-node": "^8.5.2",
"typedoc": "^0.15.2",
"typescript": "^3.7.2"
},

@@ -44,5 +47,2 @@ "keywords": [

},
"browserslist": [
"since 2018-07"
],
"browser": {

@@ -53,3 +53,6 @@ "process": false,

"sideEffects": false,
"gitHead": "97add769f24aa32a1a5e13c5c941605e1b9eb569"
"thi.ng": {
"year": 2018
},
"gitHead": "36c4d9e967bd80ccdbfa0f4a42f594080f95f105"
}

@@ -0,1 +1,3 @@

<!-- This file is generated - DO NOT EDIT! -->
# @thi.ng/errors

@@ -10,10 +12,21 @@

- [About](#about)
- [Status](#status)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [API](#api)
- [Authors](#authors)
- [License](#license)
## About
Custom error types (extending `Error`) and helper functions used by most
other packages in this repo.
Custom error types and error factory functions.
Additional error types can be defined using
[`defError()`](https://github.com/thi-ng/umbrella/tree/master/packages/errors/src/deferror.ts)
[`defError()`](https://github.com/thi-ng/umbrella/tree/master/packages/errors/src/deferror.ts).
### Status
**STABLE** - used in production
## Installation

@@ -29,4 +42,6 @@

## Usage examples
## API
[Generated API docs](https://docs.thi.ng/umbrella/errors/)
```ts

@@ -65,6 +80,6 @@ import * as err from "@thi.ng/errors";

- Karsten Schmidt
Karsten Schmidt
## License
&copy; 2018 Karsten Schmidt // Apache Software License 2.0
&copy; 2018 - 2019 Karsten Schmidt // Apache Software License 2.0
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