Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/arrays

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/arrays - npm Package Compare versions

Comparing version 0.1.9 to 0.2.0

11

CHANGELOG.md

@@ -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 @@

2

find.d.ts

@@ -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"
}
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