@types/sinon
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -397,2 +397,3 @@ // Type definitions for Sinon 2.1.0 | ||
interface SinonSandbox { | ||
assert: SinonAssert; | ||
clock: SinonFakeTimers; | ||
@@ -411,2 +412,4 @@ requests: SinonFakeXMLHttpRequest; | ||
resetBehavior(): void; | ||
verify(): void; | ||
verifyAndRestore(): void; | ||
} | ||
@@ -413,0 +416,0 @@ |
{ | ||
"name": "@types/sinon", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "TypeScript definitions for Sinon", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "44f1be92872ff54e1a5efb696b694f5223212fd57e8f7f7467bf3d08b1b6b19b", | ||
"typesPublisherContentHash": "3c8a609b968d875d72b1fa71b2a7e3230b8d8b68e5e417adb3405f7ced706628", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 31 Mar 2017 17:10:08 GMT | ||
* Last updated: Tue, 04 Apr 2017 17:21:52 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: sinon |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17381
401