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.6.11 to 0.6.12

8

CHANGELOG.md

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

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

@@ -8,0 +16,0 @@ ## [0.6.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.10...@thi.ng/associative@0.6.11) (2018-09-26)

18

package.json
{
"name": "@thi.ng/associative",
"version": "0.6.11",
"version": "0.6.12",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",

@@ -31,9 +31,9 @@ "main": "./index.js",

"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/compare": "^0.1.9",
"@thi.ng/dcons": "^1.1.11",
"@thi.ng/equiv": "^0.1.11",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/transducers": "^2.1.6"
"@thi.ng/api": "^4.2.2",
"@thi.ng/checks": "^1.5.12",
"@thi.ng/compare": "^0.1.10",
"@thi.ng/dcons": "^1.1.12",
"@thi.ng/equiv": "^0.1.12",
"@thi.ng/errors": "^0.1.10",
"@thi.ng/transducers": "^2.2.0"
},

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

},
"gitHead": "2f01447177e8df1671982d89c31ac1556bf75d95"
"gitHead": "6e563377f8cdbdda904559c956a2a558eb9fed64"
}

@@ -24,3 +24,3 @@ import { ICompare, ICopy, IEmpty, IEquiv, IObjectOf, Pair } from "@thi.ng/api/api";

static fromObject<T>(obj: IObjectOf<T>): SortedMap<PropertyKey, T>;
static readonly DEFAULT_CAP: number;
static readonly DEFAULT_CAP = 16;
static readonly DEFAULT_P: number;

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