New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket
k

kgryte

npm

Packages

Current Co-maintainers

Former Co-maintainers

6,352 packages

app-boot

Boot an application.

app-etc

Application configuration.

app-etc-config

Creates a configuration API.

app-etc-load

Loads a configuration file.

apple-card-csv

Parse an Apple Card statement.

argv-to-object

Maps command-line arguments to a configuration object.

binsearch

Perform a bin search over a 1d edge vector

blas

Basic linear algebra subroutines (BLAS).

blas-dasum

Computes the sum of absolute values (L1 norm).

blas-daxpy

Multiplies x and a constant and adds the result to y.

blas-dcopy

Copies values from x into y.

blas-ddot

Computes the dot product of x and y.

blas-dnrm2

Computes the L2 norm (Euclidean norm).

blas-dscal

Scales elements of `x` by a constant `alpha`.

blas-dswap

Interchanges the elements of x and y.

blas-idamax

Finds the first element equal to the maximum absolute value of x and returns the element index.

check-if-windows

Returns a boolean indicating if the current process is running on Windows.

chunk-string-array

Chunks a string array based on string length.

compute-abs

Computes an element-wise absolute value.

compute-add

Computes an element-wise addition.

compute-anagram-hash

Anagram hash table.

compute-argmax

Computes the maximum value of a numeric array and returns the corresponding array indices.

compute-argmin

Computes the minimum value of a numeric array and returns the corresponding array indices.

compute-argnanmax

Computes the maximum value of an array ignoring non-numeric values and returns the corresponding array indices.

compute-argnanmin

Computes the minimum value of an array ignoring non-numeric values and returns the corresponding array indices.