Comparing version 5.0.7 to 5.0.8
5.0.8 / 2018-05-24 | ||
================== | ||
* Add isSealed check to is-es-module to make certain ESM mocks possible | ||
5.0.7 / 2018-05-07 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -14,4 +14,5 @@ "use strict"; | ||
typeof Symbol !== "undefined" && | ||
object[Symbol.toStringTag] === "Module" | ||
object[Symbol.toStringTag] === "Module" && | ||
Object.isSealed(object) | ||
); | ||
}; |
{ | ||
"name": "sinon", | ||
"description": "JavaScript test spies, stubs and mocks.", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"homepage": "http://sinonjs.org/", | ||
@@ -44,8 +44,8 @@ "author": "Christian Johansen", | ||
"@sinonjs/formatio": "^2.0.0", | ||
"diff": "^3.1.0", | ||
"diff": "^3.5.0", | ||
"lodash.get": "^4.4.2", | ||
"lolex": "^2.2.0", | ||
"nise": "^1.2.0", | ||
"supports-color": "^5.1.0", | ||
"type-detect": "^4.0.5" | ||
"lolex": "^2.4.2", | ||
"nise": "^1.3.3", | ||
"supports-color": "^5.4.0", | ||
"type-detect": "^4.0.8" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
"dependency-check": "^2.9.1", | ||
"eslint": "^4.6.1", | ||
"eslint": "^4.19.1", | ||
"eslint-config-sinon": "^1.0.0", | ||
@@ -64,8 +64,8 @@ "eslint-plugin-ie11": "^1.0.0", | ||
"lint-staged": "^6.0.0", | ||
"markdownlint-cli": "^0.6.0", | ||
"markdownlint-cli": "^0.8.2", | ||
"mocha": "^4.0.0", | ||
"mochify": "^5.1.0", | ||
"mochify-istanbul": "^2.4.1", | ||
"mochify": "^5.6.1", | ||
"mochify-istanbul": "^2.4.2", | ||
"native-promise-only": "^0.8.1", | ||
"npm-run-all": "^4.0.2", | ||
"npm-run-all": "^4.1.3", | ||
"proxyquire": "^1.8.0", | ||
@@ -75,3 +75,3 @@ "proxyquire-universal": "^1.0.8", | ||
"rimraf": "^2.5.3", | ||
"samsam": "^1.1.3" | ||
"samsam": "^1.3.0" | ||
}, | ||
@@ -78,0 +78,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2
3455215
36314
Updateddiff@^3.5.0
Updatedlolex@^2.4.2
Updatednise@^1.3.3
Updatedsupports-color@^5.4.0
Updatedtype-detect@^4.0.8