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
296
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 6.1.11 to 6.2.0

bidir-index.d.ts

8

CHANGELOG.md
# Change Log
- **Last updated**: 2022-06-09T16:14:01Z
- **Last updated**: 2022-07-19T15:36:12Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

## [6.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.2.0) (2022-07-19)
#### 🚀 Features
- add BidirIndex & tests ([26f749f](https://github.com/thi-ng/umbrella/commit/26f749f))
### [6.1.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.1.9) (2022-06-09)

@@ -14,0 +20,0 @@

export * from "./api.js";
export * from "./array-set.js";
export * from "./bidir-index.js";
export * from "./checks.js";

@@ -4,0 +5,0 @@ export * from "./common-keys.js";

export * from "./api.js";
export * from "./array-set.js";
export * from "./bidir-index.js";
export * from "./checks.js";

@@ -4,0 +5,0 @@ export * from "./common-keys.js";

29

package.json
{
"name": "@thi.ng/associative",
"version": "6.1.11",
"version": "6.2.0",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",

@@ -37,11 +37,11 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.3.7",
"@thi.ng/arrays": "^2.3.0",
"@thi.ng/binary": "^3.2.3",
"@thi.ng/checks": "^3.2.1",
"@thi.ng/compare": "^2.1.7",
"@thi.ng/dcons": "^3.2.6",
"@thi.ng/equiv": "^2.1.7",
"@thi.ng/errors": "^2.1.7",
"@thi.ng/transducers": "^8.3.6",
"@thi.ng/api": "^8.3.8",
"@thi.ng/arrays": "^2.3.1",
"@thi.ng/binary": "^3.3.0",
"@thi.ng/checks": "^3.2.2",
"@thi.ng/compare": "^2.1.8",
"@thi.ng/dcons": "^3.2.7",
"@thi.ng/equiv": "^2.1.8",
"@thi.ng/errors": "^2.1.8",
"@thi.ng/transducers": "^8.3.7",
"tslib": "^2.4.0"

@@ -51,7 +51,7 @@ },

"@microsoft/api-extractor": "^7.25.0",
"@thi.ng/testament": "^0.2.8",
"@thi.ng/testament": "^0.2.9",
"rimraf": "^3.0.2",
"tools": "^0.0.1",
"typedoc": "^0.22.17",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},

@@ -99,2 +99,5 @@ "keywords": [

},
"./bidir-index": {
"default": "./bidir-index.js"
},
"./checks": {

@@ -191,3 +194,3 @@ "default": "./checks.js"

},
"gitHead": "e64b1ab39ae9bcc494ef006f6329e5182fa2a326\n"
"gitHead": "108a6357b77d457912d30681d7cc5603ae995209\n"
}
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