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
188
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.2.24 to 1.2.25

8

CHANGELOG.md

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

## [1.2.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.24...@thi.ng/defmulti@1.2.25) (2020-09-13)
**Note:** Version bump only for package @thi.ng/defmulti
## [1.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.23...@thi.ng/defmulti@1.2.24) (2020-08-28)

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

2

constants.d.ts

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

import type { ILogger } from "@thi.ng/api";
import { ILogger } from "@thi.ng/api";
/**

@@ -3,0 +3,0 @@ * Unique symbol used for registering a default / fallback

{
"name": "@thi.ng/defmulti",
"version": "1.2.24",
"version": "1.2.25",
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.",

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

"cover": "nyc mocha test && nyc report --reporter=lcov",
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",

@@ -53,4 +53,4 @@ "doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src",

"dependencies": {
"@thi.ng/api": "^6.12.3",
"@thi.ng/errors": "^1.2.20"
"@thi.ng/api": "^6.13.0",
"@thi.ng/errors": "^1.2.21"
},

@@ -64,7 +64,7 @@ "files": [

"arity",
"ES6",
"es6",
"functional",
"hierarchy",
"inheritance",
"multiple dispatch",
"multiple-dispatch",
"polymorphic",

@@ -80,3 +80,3 @@ "typescript"

},
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a"
"gitHead": "83a0206aae59aa1b1b4bcb01c2b34bbe3db4844c"
}
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