@types/should
Advanced tools
Comparing version 8.1.30 to 8.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for should.js v8.1.1 | ||
// Type definitions for should.js v8.3.0 | ||
// Project: https://github.com/shouldjs/should.js | ||
@@ -45,2 +45,3 @@ // Definitions by: Alex Varju <https://github.com/varju/>, Maxime LUCE <https://github.com/SomaticIT/> | ||
Null(): ShouldAssertion; | ||
Promise(): ShouldAssertion; | ||
generator(): ShouldAssertion; | ||
@@ -96,2 +97,11 @@ iterable(): ShouldAssertion; | ||
//promises | ||
eventually: ShouldAssertion; | ||
finally: ShouldAssertion; | ||
fulfilled(): Promise<any>; | ||
fulfilledWith(value: any): Promise<any> | ||
rejected(): Promise<any>; | ||
rejectedWith(message: (string | Function | RegExp), properties?: Object): Promise<any>; | ||
rejectedWith(errType: Object): Promise<any>; | ||
//http | ||
@@ -98,0 +108,0 @@ header(field: string, val?: string): ShouldAssertion; |
{ | ||
"name": "@types/should", | ||
"version": "8.1.30", | ||
"description": "TypeScript definitions for should.js v8.1.1", | ||
"version": "8.3.0", | ||
"description": "TypeScript definitions for should.js", | ||
"license": "MIT", | ||
"author": "Alex Varju <https://github.com/varju/>, Maxime LUCE <https://github.com/SomaticIT/>", | ||
"contributors": [ | ||
{ | ||
"name": "Alex Varju", | ||
"url": "https://github.com/varju/" | ||
}, | ||
{ | ||
"name": "Maxime LUCE", | ||
"url": "https://github.com/SomaticIT/" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,4 +23,5 @@ "repository": { | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "45e7b33f1a727e53099cdc8a4bb9f05f7fb24f4f7357607b8458f2da6a99a985" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0401921a727810b34d060741f1b22a7296d27fcbbc29426830c1887b6cb67e48", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for should.js v8.1.1 (https://github.com/shouldjs/should.js). | ||
This package contains type definitions for should.js (https://github.com/shouldjs/should.js). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/should | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/should | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: Mixed | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT | ||
* Dependencies: none | ||
* Global values: Should, should | ||
@@ -17,0 +15,0 @@ |
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
10081
172
17