npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "comparison" 的结果(共 9 个)
array-sort

Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.

MIT
check-error

Error comparison and information related utility for node and the browser

MIT
babel-plugin-transform-simplify-comparison-operators

Convert === and !== to == and != if their types are inferred to be the same.

MIT
babel-plugin-minify-flip-comparisons

**Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.

MIT
arr-diff

Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.

MIT
should-equal

Deep comparison of 2 instances for should.js

MIT
buffer-equal-constant-time

Constant-time comparison of Buffers

BSD-3-Clause
fast-equals

A blazing-fast equality comparison utility for a variety of use-cases

MIT