Comparing version 0.1.1 to 0.1.2
@@ -0,0 +0,0 @@ export default function distinct<TL, TR>(l: TL[], selector?: (l: TL) => TR[]): TR[] { |
@@ -0,0 +0,0 @@ export default function last<TL>(l: TL[], predicate?: (l: TL) => boolean): TL { |
@@ -0,0 +0,0 @@ export default function mapMany<TL, TR>(l: TL[], selector?: (l: TL) => TR[]): TR[] { |
@@ -0,0 +0,0 @@ export default function rotate<TL>(l: TL[], offset: number): TL[] { |
{ | ||
"name": "arrayq", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Array query methods for Node.js", | ||
"main": "lib/prototype.ts", | ||
"typings": "es6/prototype.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "prepublish": "npm run build && npm run test", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
53754
0