Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/should

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/should - npm Package Compare versions

Comparing version 8.1.30 to 8.3.0

should/LICENSE

12

should/index.d.ts

@@ -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;

20

should/package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc