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

@types/chai-as-promised

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/chai-as-promised - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

8

chai-as-promised/index.d.ts

@@ -231,8 +231,4 @@ // Type definitions for chai-as-promised 7.1.0

(): PromisedAssertion;
(expected: string, message?: string): PromisedAssertion;
(expected: RegExp, message?: string): PromisedAssertion;
(constructor: Error, expected?: string, message?: string): PromisedAssertion;
(constructor: Error, expected?: RegExp, message?: string): PromisedAssertion;
(constructor: Function, expected?: string, message?: string): PromisedAssertion;
(constructor: Function, expected?: RegExp, message?: string): PromisedAssertion;
(expected: string | RegExp, message?: string): PromisedAssertion;
(constructor: Error | Function, expected?: string | RegExp, message?: string): PromisedAssertion;
}

@@ -239,0 +235,0 @@

{
"name": "@types/chai-as-promised",
"version": "7.1.0",
"version": "7.1.1",
"description": "TypeScript definitions for chai-as-promised",

@@ -34,5 +34,7 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/chai-as-promised"
},

@@ -43,4 +45,4 @@ "scripts": {},

},
"typesPublisherContentHash": "d29a72ad48a73b0f1500546d3c66dbffe154ceb5c8fc0509a063ac39e6f41fd4",
"typesPublisherContentHash": "380212f7fb61f5f163eb1e14ebace36696fcb3782185e04bf2e416607839215f",
"typeScriptVersion": "2.0"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-as-promised
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-as-promised
Additional Details
* Last updated: Wed, 06 Sep 2017 21:43:54 GMT
* Dependencies: chai
* Last updated: Thu, 01 Aug 2019 19:43:21 GMT
* Dependencies: @types/chai
* Global values: none
# Credits
These definitions were written by jt000 <https://github.com/jt000>, Yuki Kokubun <https://github.com/Kuniwak>, Leonard Thieu <https://github.com/leonard-thieu>, Mike Lazer-Walker <https://github.com/lazerwalker>, Matt Bishop <https://github.com/mattbishop>.
These definitions were written by jt000 <https://github.com/jt000>, Yuki Kokubun <https://github.com/Kuniwak>, Leonard Thieu <https://github.com/leonard-thieu>, Mike Lazer-Walker <https://github.com/lazerwalker>, and Matt Bishop <https://github.com/mattbishop>.

Sorry, the diff of this file is not supported yet

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