snap-shot-core
Advanced tools
Comparing version 7.1.13 to 7.1.14
{ | ||
"name": "snap-shot-core", | ||
"description": "Save / load named snapshots, useful for tests", | ||
"version": "7.1.13", | ||
"version": "7.1.14", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -96,3 +96,3 @@ "bugs": "https://github.com/bahmutov/snap-shot-core/issues", | ||
"git-issues": "1.3.1", | ||
"license-checker": "20.2.0", | ||
"license-checker": "25.0.1", | ||
"mocha": "5.2.0", | ||
@@ -103,4 +103,4 @@ "nsp": "3.2.1", | ||
"simple-commit-message": "4.0.3", | ||
"sinon": "6.3.5", | ||
"snap-shot-it": "6.2.9", | ||
"sinon": "7.3.0", | ||
"snap-shot-it": "6.2.10", | ||
"standard": "12.0.1", | ||
@@ -112,3 +112,3 @@ "stop-only": "2.2.5" | ||
"common-tags": "1.8.0", | ||
"debug": "3.2.6", | ||
"debug": "4.1.1", | ||
"escape-quotes": "1.0.2", | ||
@@ -115,0 +115,0 @@ "folktale": "2.3.2", |
@@ -82,3 +82,3 @@ [![TODO board](https://imdone.io/api/1.0/projects/5b1adebb4f7fd004e58ef569/badge)](https://imdone.io/app#/board/bahmutov/snap-shot-core) | ||
```js | ||
const sameTypes = (a, b) => typeof expected === typeof value | ||
const sameTypes = (a, b) => typeof a === typeof b | ||
@@ -85,0 +85,0 @@ const compareTypes = ({ expected, value }) => |
34841
+ Addeddebug@4.1.1(transitive)
- Removeddebug@3.2.6(transitive)
Updateddebug@4.1.1