@thi.ng/arrays
Advanced tools
Comparing version 0.1.9 to 0.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.1.9...@thi.ng/arrays@0.2.0) (2019-07-07) | ||
### Features | ||
* **arrays:** enable TS strict compiler flags (refactor) ([8724f9e](https://github.com/thi-ng/umbrella/commit/8724f9e)) | ||
## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.1.8...@thi.ng/arrays@0.1.9) (2019-05-22) | ||
@@ -8,0 +19,0 @@ |
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
export declare const find: <T>(src: ArrayLike<T>, x: T, equiv?: import("@thi.ng/api").Fn2<T, T, boolean>) => T; | ||
export declare const find: <T>(src: ArrayLike<T>, x: T, equiv?: import("@thi.ng/api").Fn2<T, T, boolean>) => T | undefined; | ||
/** | ||
@@ -12,0 +12,0 @@ * Similar to `Array.findIndex()`, but uses thi.ng/equiv as default |
{ | ||
"name": "@thi.ng/arrays", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"description": "Array / Arraylike utilities", | ||
@@ -28,15 +28,15 @@ "module": "./index.js", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^11.13.7", | ||
"@types/node": "^12.0.8", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.0.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.4.5" | ||
"typescript": "^3.5.2" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.2.0", | ||
"@thi.ng/checks": "^2.1.6", | ||
"@thi.ng/compare": "^1.0.6", | ||
"@thi.ng/equiv": "^1.0.6", | ||
"@thi.ng/errors": "^1.0.6", | ||
"@thi.ng/random": "^1.1.7" | ||
"@thi.ng/api": "^6.3.0", | ||
"@thi.ng/checks": "^2.2.0", | ||
"@thi.ng/compare": "^1.0.7", | ||
"@thi.ng/equiv": "^1.0.7", | ||
"@thi.ng/errors": "^1.1.0", | ||
"@thi.ng/random": "^1.1.8" | ||
}, | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "5a4226d52724f320fb25656f08addb2825375fee" | ||
"gitHead": "efa9fdd61dd4ad2187cefe0a26df3bf2baade24b" | ||
} |
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
48726
Updated@thi.ng/api@^6.3.0
Updated@thi.ng/checks@^2.2.0
Updated@thi.ng/compare@^1.0.7
Updated@thi.ng/equiv@^1.0.7
Updated@thi.ng/errors@^1.1.0
Updated@thi.ng/random@^1.1.8