deep-eql

v4.0.1
Improved deep equality testing for Node.js and the browser.
chai util deep equal object equal testing

lint

eslint --ignore-path .gitignore .

test

npm run test:node && npm run test:browser

bench

node bench

build

browserify $npm_package_main --standalone deepEqual -o deep-eql.js

watch

karma start --auto-watch --singleRun=false

pretest

npm run lint

test:node

istanbul cover _mocha

prepublish

npm run build

test:browser

karma start --singleRun=true

upload-coverage

lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • >=6
  • Jake Luer
  • released 2/28/2022

Downloads

Maintainers