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.7 to 2.0.8

10

jasminewd2/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for jasminewd2 2.0

/// <reference types="jasmine/v2" />
/// <reference types="jasmine" />

@@ -51,2 +51,10 @@ declare function it(expectation: string, assertion?: (done: DoneFn) => Promise<void>, timeout?: number): void;

// Add definition to be compatible with latest jasmine v3 types.
// Even though library is not compatible with jasmine v3, there is no suitable way to configure that now here.
// See for more detail: https://github.com/microsoft/dtslint/issues/253
interface FunctionMatchers<Fn extends (...args: any[]) => any> extends Matchers<any> {
toHaveBeenCalledWith(...params: any[]): boolean;
toHaveBeenCalledWith(...params: any[]): Promise<void>;
}
function addMatchers(matchers: AsyncCustomMatcherFactories): void;

@@ -53,0 +61,0 @@

8

jasminewd2/package.json
{
"name": "@types/jasminewd2",
"version": "2.0.7",
"version": "2.0.8",
"description": "TypeScript definitions for jasminewd2",

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

"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "e67ffd4a0fdf6b96a94951d9939c7df5f4e86f25d3527181074612a36ef8b1a5",
"dependencies": {
"@types/jasmine": "*"
},
"typesPublisherContentHash": "ca1ba8a2cfdef6a0d23916028ffe48d3db855c7870736b6da8fc3a9d1778d275",
"typeScriptVersion": "2.8"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Thu, 26 Sep 2019 19:02:52 GMT
* Dependencies: @types/jasmine/v2
* Last updated: Tue, 01 Oct 2019 16:40:31 GMT
* Dependencies: @types/jasmine
* Global values: afterAll, afterEach, beforeAll, beforeEach, fit, it, jasmine, xit

@@ -15,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