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 1.0.2 to 1.0.3

8

CHANGELOG.md

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

## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@1.0.2...@thi.ng/associative@1.0.3) (2019-02-05)
**Note:** Version bump only for package @thi.ng/associative
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@1.0.1...@thi.ng/associative@1.0.2) (2019-01-31)

@@ -8,0 +16,0 @@

20

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

@@ -19,3 +19,3 @@ "module": "./index.js",

"build:es6": "tsc --declaration",
"build:bundle": "../../scripts/bundle-module associative api checks compare dcons equiv errors transducers",
"build:bundle": "../../scripts/bundle-module",
"test": "rimraf build && tsc -p test/tsconfig.json && nyc mocha build/test/*.js",

@@ -36,9 +36,9 @@ "clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib",

"dependencies": {
"@thi.ng/api": "^5.0.1",
"@thi.ng/checks": "^2.0.1",
"@thi.ng/compare": "^1.0.1",
"@thi.ng/dcons": "^2.0.2",
"@thi.ng/equiv": "^1.0.1",
"@thi.ng/errors": "^1.0.1",
"@thi.ng/transducers": "^3.0.2"
"@thi.ng/api": "^5.0.2",
"@thi.ng/checks": "^2.0.2",
"@thi.ng/compare": "^1.0.2",
"@thi.ng/dcons": "^2.0.3",
"@thi.ng/equiv": "^1.0.2",
"@thi.ng/errors": "^1.0.2",
"@thi.ng/transducers": "^4.0.0"
},

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

"sideEffects": false,
"gitHead": "50a5098ac32e9c939d50b02f2207c9df6c623663"
"gitHead": "74fb4d83013785ce7a95357c565426a046657e74"
}
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