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

@thi.ng/errors

Package Overview
Dependencies
Maintainers
1
Versions
143
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.0 to 1.2.1

8

CHANGELOG.md

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

## [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)
**Note:** Version bump only for package @thi.ng/errors
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.1.2...@thi.ng/errors@1.2.0) (2019-08-21)

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

2

lib/index.umd.js

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

!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r(((e=e||self).thi=e.thi||{},e.thi.ng=e.thi.ng||{},e.thi.ng.errors={}))}(this,function(e){"use strict";const r=(e,r=(e=>void 0!==e?": "+e:""))=>(class extends Error{constructor(t){super(e(t)+r(t))}}),t=r(()=>"illegal argument(s)"),o=r(()=>"illegal arity"),l=r(()=>"illegal state"),n=r(()=>"unsupported operation");e.IllegalArgumentError=t,e.IllegalArityError=o,e.IllegalStateError=l,e.UnsupportedOperationError=n,e.defError=r,e.illegalArgs=e=>{throw new t(e)},e.illegalArity=e=>{throw new o(e)},e.illegalState=e=>{throw new l(e)},e.unsupported=e=>{throw new n(e)},Object.defineProperty(e,"__esModule",{value:!0})});
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r(((e=e||self).thi=e.thi||{},e.thi.ng=e.thi.ng||{},e.thi.ng.errors={}))}(this,(function(e){"use strict";const r=(e,r=(e=>void 0!==e?": "+e:""))=>(class extends Error{constructor(t){super(e(t)+r(t))}}),t=r(()=>"illegal argument(s)"),o=r(()=>"illegal arity"),l=r(()=>"illegal state"),n=r(()=>"unsupported operation");e.IllegalArgumentError=t,e.IllegalArityError=o,e.IllegalStateError=l,e.UnsupportedOperationError=n,e.defError=r,e.illegalArgs=e=>{throw new t(e)},e.illegalArity=e=>{throw new o(e)},e.illegalState=e=>{throw new l(e)},e.unsupported=e=>{throw new n(e)},Object.defineProperty(e,"__esModule",{value:!0})}));
{
"name": "@thi.ng/errors",
"version": "1.2.0",
"version": "1.2.1",
"description": "Custom error types and helper fns.",

@@ -32,4 +32,4 @@ "module": "./index.js",

"nyc": "^14.0.0",
"typedoc": "^0.14.2",
"typescript": "^3.5.3"
"typedoc": "^0.15.0",
"typescript": "^3.6.4"
},

@@ -52,3 +52,3 @@ "keywords": [

"sideEffects": false,
"gitHead": "161b4f8afaef0df742a8e2c7776993b828662589"
"gitHead": "97add769f24aa32a1a5e13c5c941605e1b9eb569"
}
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