Socket
Socket
Sign inDemoInstall

@types/chai-as-promised

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.30 to 0.0.31

chai-as-promised/LICENSE

12

chai-as-promised/index.d.ts
// Type definitions for chai-as-promised
// Project: https://github.com/domenic/chai-as-promised/
// Definitions by: jt000 <https://github.com/jt000>, Yuki Kokubun <https://github.com/Kuniwak>
// Definitions by: jt000 <https://github.com/jt000>, Yuki Kokubun <https://github.com/Kuniwak>, Leonard Thieu <https://github.com/leonard-thieu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -10,3 +10,9 @@

function chaiAsPromised(chai: any, utils: any): void;
namespace chaiAsPromised {}
namespace chaiAsPromised {
function transferPromiseness(assertion: Chai.PromisedAssertion, promise: PromiseLike<any>): void;
function transformAsserterArgs(values: any[]): any;
}
export = chaiAsPromised;

@@ -63,3 +69,3 @@ }

lengthOf: PromisedLength;
match(regexp: RegExp|string, message?: string): PromisedAssertion;
match(regexp: RegExp | string, message?: string): PromisedAssertion;
string(string: string, message?: string): PromisedAssertion;

@@ -66,0 +72,0 @@ keys: PromisedKeys;

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

@@ -14,2 +14,6 @@ "license": "MIT",

"url": "https://github.com/Kuniwak"
},
{
"name": "Leonard Thieu",
"url": "https://github.com/leonard-thieu"
}

@@ -27,4 +31,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "f0274300d1d342574a1b5326c4eefeac8f79e3c427c4fb544bc03a0eb64f8ac1",
"typesPublisherContentHash": "e47352cdb2eb6eae71135f29a0e701cb3850c7b29f7d5b627c1f5c1c312adba2",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/chai-as-promised
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-as-promised
Additional Details
* Last updated: Fri, 10 Mar 2017 07:22:58 GMT
* Last updated: Fri, 02 Jun 2017 01:33:55 GMT
* Dependencies: chai

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by jt000 <https://github.com/jt000>, Yuki Kokubun <https://github.com/Kuniwak>.
These definitions were written by jt000 <https://github.com/jt000>, Yuki Kokubun <https://github.com/Kuniwak>, Leonard Thieu <https://github.com/leonard-thieu>.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc