kewlr

v0.2.8
Compare objects and return whether they are equal according to a recursive equality algorithm. This module is around 6 - 9% faster then similiar modules. Works for both NodejS and the browser.
node nodeJS deepEqual browser shallow equal equality compare comparison and 3 more...

build

rollup -c

benchmark

node benchmark/index.js

test

npm run pretest && node --harmony ./node_modules/istanbul/lib/cli.js cover --root ./build/src --report lcov --report text ./node_modules/mocha/bin/_mocha ./build/test/**/*.js

test:browser

karma start

prepublish

npm run build

prebuild

tsc --sourceMap --skipLibCheck -t es2015

pretest

tsc --sourceMap --skipLibCheck -t es6 --m umd -p ./tsconfig.json

lint

tslint src/**/*.ts

watch:tests

mocha test/specs/**/*.ts -R spec --bail --watch

watch:build

tsc -t es5 -m es6 --skipLibCheck -p ./tsconfig.json -w

Metadata

  • MIT
  • Whatever
  • ZubuZon
  • released 10/7/2016

Downloads

Maintainers