JSPM

Found 199 results for arr

arr-del

Delete array elements in one time by array consists of their indexes

  • v1.3.6
  • 21.07
  • Published

@arr/unique

A tiny (111B) & fast utility to retrieve all unique values from an Array

  • v1.0.1
  • 20.87
  • Published

lazy-arrayify

We are lazy, also [lazy-cache][]d and [browserify][]-ready - just arrayify, falsey values returns empty array. In bonus with `.isArray` method.

  • v1.0.3
  • 20.38
  • Published

@arr/flatten

A tiny (139B) & fast utility to recursively flatten an array of arrays!

  • v1.0.1
  • 18.33
  • Published

@arr/findindex

A tiny, faster alternative to native Array.prototype.findIndex

  • v1.0.1
  • 18.09
  • Published

@egjs/ngx-children-differ

An Angular directive that checks diff when child elements are added, removed, or changed

  • v1.0.1
  • 17.39
  • Published

@adriantombu/array-shuffle

A package that... well... shuffles the values of an array. Yup. That's all.

  • v2.0.11
  • 16.78
  • Published

dot-wild-tiny

Use powerful dot notation (dot path + wildcard) to access properties of JSON

  • v1.0.0
  • 16.58
  • Published

dot-prop-wild

Get value from object or array using dot path and wildcard

  • v0.3.0
  • 15.76
  • Published

shuffle-arr

Randomize the order of the elements in array or array-like object.

  • v1.0.1
  • 15.45
  • Published

@arr/includes

A tiny, faster alternative to native Array.prototype.includes

  • v1.0.1
  • 15.35
  • Published

num-in-delta

check actual number is expected number ± delta

  • v1.0.10
  • 15.15
  • Published

rc_array

A wrapper around rc to allow arrays in environment configs.

  • v1.0.0
  • 14.92
  • Published

array-has

Array#includes with support for regex

  • v1.0.0
  • 14.51
  • Published

double-sort

Sort an array on two object properties

  • v2.0.0
  • 14.24
  • Published

merge-array

Merge arrays in to the first array

  • v1.0.0
  • 13.87
  • Published

arutils

Prototype utility of Array!

  • v1.1.0
  • 12.92
  • Published

@arr/reduceright

A tiny, faster alternative to native Array.prototype.reduceRight

  • v1.0.3
  • 12.28
  • Published

uniq-array

Returns an array by removing the duplicates

  • v1.0.1
  • 11.92
  • Published

lazy-utils

Most used utils, almost everywhere - [lazy-cache][]d. Including simple arrayify, [isobject][], [isarray][], [is-buffer][], [is-extendable][] and [extend-shallow][].

  • v1.1.0
  • 11.73
  • Published

thx

Get a random way to show your gratitude in different languages

  • v1.2.0
  • 11.73
  • Published

@arr/foreach.spec

A tiny, faster alternative to native Array.prototype.forEach

  • v0.1.0
  • 11.73
  • Published

gay-functions

daily-util-functions-for-FE-code-farmer

  • v1.1.2
  • 11.59
  • Published

randomise-array

Randomise arrays and generate a new array with any given length

  • v1.0.4
  • 11.03
  • Published

simple-moving-avg

Calculate the simple moving average for an array.

  • v0.1.0
  • 10.79
  • Published

jtopo-editor-test

A npm pacakge of es6, it's a function of determinating a variable is an array or not.

    • v1.1.9
    • 10.28
    • Published

    @arr/indexof

    A tiny, faster alternative to native Array.prototype.indexOf

    • v0.1.0
    • 10.27
    • Published

    @arr/map.spec

    A tiny, faster alternative to native Array.prototype.map

    • v0.1.0
    • 10.04
    • Published

    unq-arr

    Simple package to remove duplicates elements in arrays

    • v1.0.0
    • 10.04
    • Published

    array-max-length

    Returns a new array with the given maximum length

    • v2.0.0
    • 9.81
    • Published

    flatten-arguments

    Fastest, simplest and smallest. Pass `arguments` object or list of arguments and get flattened array.

    • v1.0.0
    • 9.81
    • Published

    raydiff

    Filters array by removing matching elements contained in one or more additional arrays.

    • v1.0.0
    • 9.69
    • Published

    arr-obj

    Convert arrays into objects by using unique fields.

    • v1.0.13
    • 9.55
    • Published

    async-func

    Wait for an array/obj of async functions and return values when done.

    • v1.2.6
    • 9.23
    • Published

    array-no-repeat

    Create an array of unique values, in order, from the input arrays

    • v1.0.0
    • 9.12
    • Published

    arr-filter-function

    Fast filter array to have only function values. But also allow you to give iterator function which will be called on each element of the array that is function - much like array.map functionallity. Useful when you want to filter, but also want to map in s

    • v1.0.0
    • 9.10
    • Published

    github-clone-labels

    Cloning labels from source repository to destination repository. Period.

    • v1.0.2
    • 9.06
    • Published

    map-array

    Map object keys and values into an array

    • v1.2.1
    • 8.53
    • Published

    arraify

    convert a value to array

    • v1.2.1
    • 8.53
    • Published

    multiwhich

    Find the paths of multiple executables in the PATH

    • v1.0.0
    • 8.07
    • Published

    delete-arr-duplicates

    ``` const deleteArrDuplicates = require('delete-arr-duplicates') ```

      • v1.0.7
      • 7.95
      • Published

      test-kris

      kris npm test

      • v1.0.4
      • 7.76
      • Published

      arrays-difference

      Returns an array containing those elements which are present in first array and not in others

      • v1.0.0
      • 7.58
      • Published

      sort-package-json2

      Sort an Object or package.json based on the well-known package.json keys

      • v0.0.3
      • 7.21
      • Published

      array-occurrence

      Get the number of occurrences of an item in an array

      • v1.0.0
      • 7.21
      • Published

      array-replace

      Replace array values with String.prototype.replace

      • v1.0.1
      • 7.19
      • Published

      jsonlee-utils

      [English Document](https://github.com/JsonLee12138/frontend-factory/blob/main/packages/utils/README.en.md)

      • v1.0.6
      • 7.18
      • Published

      arr-filter-fn

      Filter and flattenify array to have only function values. Much like `arr-filter-function` package, but with flatten.

      • v1.0.0
      • 7.02
      • Published

      num-arr

      Split an integer into an array of digits.

      • v1.0.1
      • 6.39
      • Published

      array-min

      Get the smallest value in an array of numbers

      • v1.1.0
      • 6.32
      • Published

      circ-iter

      Simple circular Array and String iterator.

      • v2.0.0
      • 6.32
      • Published

      instant-sort

      The fastest sorting algorithm ever with the speed of O(1)

      • v1.1.5
      • 6.30
      • Published

      map-arr

      A tiny, faster alternative to native Array.prototype.map

      • v1.0.0
      • 6.23
      • Published

      ng-children-differ

      An Angular directive that checks diff when child elements are added, removed, or changed

      • v0.0.1
      • 5.33
      • Published

      dot-finder

      dot-finder is using powerful dot notation to get values in JSON object

      • v0.0.1
      • 5.33
      • Published

      arr-uni

      Get the union of arrays of objects.

      • v1.0.0
      • 5.33
      • Published

      arr-common

      获取两个数组中相同的元素

      • v1.0.1
      • 5.27
      • Published

      @arr/lastindexof

      A tiny, faster alternative to native Array.prototype.lastIndexOf

      • v0.1.0
      • 5.26
      • Published

      remove-test

      remove arr dup

        • v2.0.0
        • 5.13
        • Published

        is-obj-empty

        Check if an object is empty

        • v2.0.0
        • 4.17
        • Published

        is-arr

        Check if a value is an array `Polyfill`

        • v1.0.5
        • 4.17
        • Published

        roziqov

        search in array

          • v1.2.1
          • 4.03
          • Published

          sort-arr

          A tiny, fast and simplified array sort

          • v0.0.2
          • 4.03
          • Published

          one-sport-api

          use for one-sport company

            • v1.0.1
            • 3.97
            • Published

            web__1

            'this is a dog'

              • v1.0.0
              • 3.93
              • Published

              one-sport

              use for one-sport company

                • v1.1.32
                • 3.93
                • Published

                puzzle-array

                Responds to the shuffled array.

                  • v1.0.6
                  • 3.88
                  • Published

                  arrayheavy

                  delete repeat content for arr

                    • v1.2.0
                    • 3.88
                    • Published

                    randomize-obj

                    Randomize an Object or Array

                    • v1.0.0
                    • 2.45
                    • Published

                    posable-array-uniq

                    Create an array or array-like without duplicates

                    • v1.0.2
                    • 2.44
                    • Published

                    children-differ

                    A module that checks diff when elements are added, removed, or changed in children

                    • v0.0.1
                    • 2.36
                    • Published

                    @sovgut/gatekeeper

                    Validation system using schemes in Swagger design

                    • v2.3.2
                    • 2.36
                    • Published

                    czzj-taro

                    车主之家

                      • v1.0.6
                      • 2.33
                      • Published

                      wuyujie

                      A npm pacakge of es6, it's a function of determinating a variable is an array or not.

                        • v1.0.6
                        • 2.33
                        • Published

                        chefeng-obj

                        提供了并发请求、扁平化指定元素的数组

                          • v1.0.0
                          • 2.32
                          • Published

                          dot-accessor

                          using dot path to access nested properties

                          • v0.0.1
                          • 2.30
                          • Published

                          vue-children-differ

                          A Vue directive that checks diff when child elements are added, removed, or changed

                          • v0.0.1
                          • 2.30
                          • Published

                          arrayv2

                          New type JavaScript array.

                          • v0.1.4-a
                          • 2.27
                          • Published

                          markdown-sd

                          A npm pacakge of markdown

                            • v1.0.3
                            • 0.00
                            • Published

                            iol-link

                            iol项目组各个平台跳转地址

                              • v1.0.0
                              • 0.00
                              • Published

                              arr-sq

                              数组

                                • v1.0.1
                                • 0.00
                                • Published

                                map-array-g

                                Map object keys and values into an array

                                • v1.0.0
                                • 0.00
                                • Published

                                judge_arr

                                A npm pacakge of es6, it's a function of determinating a variable is an array or not.

                                  • v1.0.4
                                  • 0.00
                                  • Published

                                  list-differ

                                  A module that checks the diff when values are added, removed, or changed in an array.

                                  • v0.0.1
                                  • 0.00
                                  • Published

                                  one-sport-wh

                                  use for one-sport company

                                    • v1.0.3
                                    • 0.00
                                    • Published

                                    arrify-yh

                                    Convert a value to an array

                                    • v0.0.1
                                    • 0.00
                                    • Published

                                    react-children-differ

                                    A React module that checks diff when child elements are added, removed, or changed

                                    • v0.0.1
                                    • 0.00
                                    • Published