Socket
Socket
Sign inDemoInstall

@types/jasminewd2

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jasminewd2 - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

15

jasminewd2/index.d.ts
// Type definitions for jasminewd2 2.0
// Project: https://github.com/angular/jasminewd
// Definitions by: Sammy Jelin <https://github.com/sjelin>
// George Kalpakas <https://github.com/gkalpak>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -9,9 +10,9 @@ // TypeScript Version: 2.1

declare function it(expectation: string, assertion?: () => Promise<void>, timeout?: number): void;
declare function fit(expectation: string, assertion?: () => Promise<void>, timeout?: number): void;
declare function xit(expectation: string, assertion?: () => Promise<void>, timeout?: number): void;
declare function beforeEach(action: () => Promise<void>, timeout?: number): void;
declare function afterEach(action: () => Promise<void>, timeout?: number): void;
declare function beforeAll(action: () => Promise<void>, timeout?: number): void;
declare function afterAll(action: () => Promise<void>, timeout?: number): void;
declare function it(expectation: string, assertion?: (done: DoneFn) => Promise<void>, timeout?: number): void;
declare function fit(expectation: string, assertion?: (done: DoneFn) => Promise<void>, timeout?: number): void;
declare function xit(expectation: string, assertion?: (done: DoneFn) => Promise<void>, timeout?: number): void;
declare function beforeEach(action: (done: DoneFn) => Promise<void>, timeout?: number): void;
declare function afterEach(action: (done: DoneFn) => Promise<void>, timeout?: number): void;
declare function beforeAll(action: (done: DoneFn) => Promise<void>, timeout?: number): void;
declare function afterAll(action: (done: DoneFn) => Promise<void>, timeout?: number): void;

@@ -18,0 +19,0 @@ declare namespace jasmine {

{
"name": "@types/jasminewd2",
"version": "2.0.3",
"version": "2.0.4",
"description": "TypeScript definitions for jasminewd2",

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "sjelin"
},
{
"name": "George Kalpakas",
"url": "https://github.com/gkalpak",
"githubUsername": "gkalpak"
}

@@ -17,3 +22,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -24,4 +29,4 @@ "scripts": {},

},
"typesPublisherContentHash": "ac90f505d8827f2a2c0441fb68cc0ee376fcf8c4d24d2f62cfda3daffddb8e55",
"typesPublisherContentHash": "2d7ac19d7ef127edf406818e92e4b370556e6d8b19bf9d985978cf4c92ab8b46",
"typeScriptVersion": "2.1"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasminewd2
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasminewd2
Additional Details
* Last updated: Tue, 29 Aug 2017 21:31:37 GMT
* Last updated: Thu, 27 Sep 2018 12:34:20 GMT
* Dependencies: jasmine

@@ -17,2 +17,2 @@ * Global values: afterAll, afterEach, beforeAll, beforeEach, fit, it, jasmine, xit

# Credits
These definitions were written by Sammy Jelin <https://github.com/sjelin>.
These definitions were written by Sammy Jelin <https://github.com/sjelin>, George Kalpakas <https://github.com/gkalpak>.

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