@thi.ng/equiv
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.15...@thi.ng/equiv@1.0.16) (2020-03-06) | ||
## [1.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.16...@thi.ng/equiv@1.0.17) (2020-03-28) | ||
@@ -15,26 +15,2 @@ **Note:** Version bump only for package @thi.ng/equiv | ||
## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.14...@thi.ng/equiv@1.0.15) (2020-02-26) | ||
**Note:** Version bump only for package @thi.ng/equiv | ||
## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.13...@thi.ng/equiv@1.0.14) (2020-02-26) | ||
**Note:** Version bump only for package @thi.ng/equiv | ||
## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.12...@thi.ng/equiv@1.0.13) (2020-02-25) | ||
**Note:** Version bump only for package @thi.ng/equiv | ||
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@0.1.15...@thi.ng/equiv@1.0.0) (2019-01-21) | ||
@@ -41,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/equiv", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Extensible deep value equivalence checking for any data types", | ||
@@ -24,3 +24,3 @@ "module": "./index.js", | ||
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"doc:readme": "../../scripts/generate-readme", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
@@ -60,3 +60,6 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
"sideEffects": false, | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
"dependencies": { | ||
"tslib": "^1.11.1" | ||
}, | ||
"gitHead": "202477e312cf26869f0421e42a9a5fd80ff6adc8" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![@thi.ng/equiv](https://media.thi.ng/umbrella/banners/thing-equiv.svg?1581297776) | ||
# ![@thi.ng/equiv](https://media.thi.ng/umbrella/banners/thing-equiv.svg?1585427305) | ||
@@ -47,7 +47,7 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/equiv.svg)](https://www.npmjs.com/package/@thi.ng/equiv) | ||
Package sizes (gzipped): ESM: 0.5KB / CJS: 0.5KB / UMD: 0.6KB | ||
Package sizes (gzipped): ESM: 487 bytes / CJS: 543 bytes / UMD: 604 bytes | ||
## Dependencies | ||
None | ||
- [tslib](https://github.com/thi-ng/umbrella/tree/develop/packages/undefined) | ||
@@ -54,0 +54,0 @@ ## API |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25232
1
9
+ Addedtslib@^1.11.1
+ Addedtslib@1.14.1(transitive)