fast-deep-equal
Advanced tools
Comparing version
{ | ||
"name": "fast-deep-equal", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Fast deep equal", | ||
@@ -59,5 +59,6 @@ "main": "index.js", | ||
"index.js", | ||
"index.d.ts" | ||
"index.d.ts", | ||
"es6/" | ||
], | ||
"types": "index.d.ts" | ||
} |
@@ -5,3 +5,4 @@ # fast-deep-equal | ||
[](https://travis-ci.org/epoberezkin/fast-deep-equal) | ||
[](http://badge.fury.io/js/fast-deep-equal) | ||
[](https://www.npmjs.com/package/fast-deep-equal) | ||
[](https://www.npmjs.com/package/fast-deep-equal) | ||
[](https://coveralls.io/github/epoberezkin/fast-deep-equal?branch=master) | ||
@@ -17,3 +18,11 @@ | ||
To install v3 pre-release with ES6 Map, Set and Typed arrays support | ||
```bash | ||
npm install fast-deep-equal@beta | ||
``` | ||
To install [v2](https://github.com/epoberezkin/fast-deep-equal/tree/v2) | ||
```bash | ||
npm install fast-deep-equal | ||
@@ -20,0 +29,0 @@ ``` |
8738
45.49%6
20%108
208.57%89
11.25%