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

@thi.ng/associative

Package Overview
Dependencies
Maintainers
1
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/associative - npm Package Compare versions

Comparing version 0.5.10 to 0.5.11

8

CHANGELOG.md

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

<a name="0.5.11"></a>
## [0.5.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.10...@thi.ng/associative@0.5.11) (2018-08-01)
**Note:** Version bump only for package @thi.ng/associative
<a name="0.5.10"></a>

@@ -8,0 +16,0 @@ ## [0.5.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.9...@thi.ng/associative@0.5.10) (2018-07-20)

2

invert.d.ts

@@ -25,2 +25,2 @@ import { IObjectOf } from "@thi.ng/api/api";

*/
export declare function invertObj(src: IObjectOf<PropertyKey>): IObjectOf<PropertyKey>;
export declare function invertObj(src: IObjectOf<PropertyKey>): IObjectOf<string | number | symbol>;
{
"name": "@thi.ng/associative",
"version": "0.5.10",
"version": "0.5.11",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",

@@ -23,17 +23,17 @@ "main": "./index.js",

"devDependencies": {
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.6",
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.5",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"typedoc": "^0.11.1",
"typescript": "^2.8.3"
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.5",
"@thi.ng/checks": "^1.5.6",
"@thi.ng/compare": "^0.1.5",
"@thi.ng/dcons": "^1.0.6",
"@thi.ng/equiv": "^0.1.6",
"@thi.ng/errors": "^0.1.5",
"@thi.ng/iterators": "^4.1.19"
"@thi.ng/api": "^4.0.6",
"@thi.ng/checks": "^1.5.7",
"@thi.ng/compare": "^0.1.6",
"@thi.ng/dcons": "^1.0.7",
"@thi.ng/equiv": "^0.1.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/iterators": "^4.1.20"
},

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

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