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.9 to 0.5.10

8

CHANGELOG.md

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

<a name="0.5.10"></a>
## [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)
**Note:** Version bump only for package @thi.ng/associative
<a name="0.5.9"></a>

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

16

package.json
{
"name": "@thi.ng/associative",
"version": "0.5.9",
"version": "0.5.10",
"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.0.4",
"@thi.ng/checks": "^1.5.5",
"@thi.ng/compare": "^0.1.4",
"@thi.ng/dcons": "^1.0.5",
"@thi.ng/equiv": "^0.1.5",
"@thi.ng/errors": "^0.1.4",
"@thi.ng/iterators": "^4.1.18"
"@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"
},

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

@@ -120,3 +120,3 @@ # @thi.ng/associative

```
```bash
yarn add @thi.ng/associative

@@ -179,3 +179,2 @@ ```

#### Ranged queries

@@ -215,3 +214,3 @@

Furthermore, this class implements the `ICopy`, IEmpty`, `ICompare` and
Furthermore, this class implements the `ICopy`, `IEmpty`, `ICompare` and
`IEquiv` interfaces defined by `@thi.ng/api`. The latter two allow

@@ -218,0 +217,0 @@ instances to be used as keys themselves in other data types defined in

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