@types/sinon
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -82,2 +82,3 @@ // Type definitions for Sinon 2.1.0 | ||
getCall(n: number): SinonSpyCall; | ||
getCalls(): SinonSpyCall[]; | ||
reset(): void; | ||
@@ -264,2 +265,4 @@ printf(format: string, ...args: any[]): string; | ||
autoRespond(ms: number): void; | ||
error(): void; | ||
onerror(): void; | ||
} | ||
@@ -266,0 +269,0 @@ |
{ | ||
"name": "@types/sinon", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "TypeScript definitions for Sinon", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3c8a609b968d875d72b1fa71b2a7e3230b8d8b68e5e417adb3405f7ced706628", | ||
"typesPublisherContentHash": "69c1a21329670219294ed3d39e3b635b97e091c115f2fa7dfca65a846e6fdf04", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 04 Apr 2017 17:21:52 GMT | ||
* Last updated: Mon, 24 Apr 2017 15:16:44 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
18180
4
404