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.4.4 to 0.4.5

8

CHANGELOG.md

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

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

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

2

join.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const indexed_1 = require("./indexed");
const intersection_1 = require("./intersection");
const indexed_1 = require("./indexed");
const invert_1 = require("./invert");

@@ -6,0 +6,0 @@ const merge_1 = require("./merge");

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

@@ -28,4 +28,4 @@ "main": "./index.js",

"@thi.ng/api": "^2.3.0",
"@thi.ng/dcons": "^0.3.1",
"@thi.ng/iterators": "^4.1.7"
"@thi.ng/dcons": "^0.3.2",
"@thi.ng/iterators": "^4.1.8"
},

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

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

import { IObjectOf, ICompare, ICopy, IEmpty, IEquiv } from "@thi.ng/api/api";
import { ICompare, ICopy, IEmpty, IEquiv, IObjectOf } from "@thi.ng/api/api";
import { Pair, SortedMapOpts } from "./api";

@@ -3,0 +3,0 @@ /**

import { ICompare } from "@thi.ng/api/api";
import { Pair, SortedSetOpts, IEquivSet } from "./api";
import { IEquivSet, Pair, SortedSetOpts } from "./api";
/**

@@ -4,0 +4,0 @@ * Sorted set implementation with standard ES6 Set API, customizable

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const compare_1 = require("@thi.ng/api/compare");
const map_1 = require("@thi.ng/iterators/map");
const sorted_map_1 = require("./sorted-map");
const compare_1 = require("@thi.ng/api/compare");
const __private = new WeakMap();

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