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

@thi.ng/defmulti

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/defmulti - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

8

CHANGELOG.md

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

<a name="0.3.2"></a>
## [0.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.1...@thi.ng/defmulti@0.3.2) (2018-05-13)
**Note:** Version bump only for package @thi.ng/defmulti
<a name="0.3.1"></a>

@@ -8,0 +16,0 @@ ## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.0...@thi.ng/defmulti@0.3.1) (2018-05-12)

6

package.json
{
"name": "@thi.ng/defmulti",
"version": "0.3.1",
"version": "0.3.2",
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.",

@@ -27,4 +27,4 @@ "main": "./index.js",

"dependencies": {
"@thi.ng/api": "^4.0.0",
"@thi.ng/errors": "^0.1.1"
"@thi.ng/api": "^4.0.1",
"@thi.ng/errors": "^0.1.2"
},

@@ -31,0 +31,0 @@ "keywords": [

@@ -14,4 +14,8 @@ # @thi.ng/defmulti

type checking up to 8 args, but generally works with any number of
arguments.
arguments. Why "only" 8?
> "If you have a procedure with ten parameters, you probably missed some."
>
> -- Alan Perlis
## Installation

@@ -23,2 +27,7 @@

## Dependencies
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/master/packages/api)
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/master/packages/errors)
## Usage examples

@@ -66,2 +75,3 @@

// bar
// 42
```

@@ -68,0 +78,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