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
190
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 1.3.3 to 1.3.4

8

CHANGELOG.md

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

## [1.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.3...@thi.ng/defmulti@1.3.4) (2021-01-02)
**Note:** Version bump only for package @thi.ng/defmulti
## [1.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.2...@thi.ng/defmulti@1.3.3) (2020-12-22)

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

12

package.json
{
"name": "@thi.ng/defmulti",
"version": "1.3.3",
"version": "1.3.4",
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.",

@@ -36,3 +36,3 @@ "module": "./index.js",

"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src",
"doc": "node_modules/.bin/typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",

@@ -49,8 +49,8 @@ "pub": "yarn build:release && yarn publish --access public"

"ts-node": "^9.1.1",
"typedoc": "^0.19.2",
"typedoc": "^0.20.4",
"typescript": "^4.1.3"
},
"dependencies": {
"@thi.ng/api": "^6.13.5",
"@thi.ng/errors": "^1.2.25"
"@thi.ng/api": "^6.13.6",
"@thi.ng/errors": "^1.2.26"
},

@@ -79,3 +79,3 @@ "files": [

},
"gitHead": "8fed74edc94bfb65f84e8982e6724619bbfbd1d0"
"gitHead": "a2127bae6d16682027fd94190452b8404bf99a47"
}

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

- [Usage examples](#usage-examples)
- [Dynamic dispatch: Simple S-expression interpreter](#dynamic-dispatch--simple-s-expression-interpreter)
- [Dynamic dispatch: Simple S-expression interpreter](#dynamic-dispatch-simple-s-expression-interpreter)
- [True multiple arg dispatch](#true-multiple-arg-dispatch)

@@ -390,2 +390,2 @@ - [Dispatch value graph visualization](#dispatch-value-graph-visualization)

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