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

arrayq

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrayq - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

0

lib/distinct.ts

@@ -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[] {

3

package.json
{
"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",

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