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.2 to 2.0.3

jasminewd2/LICENSE

5

jasminewd2/index.d.ts

@@ -18,7 +18,2 @@ // Type definitions for jasminewd2 2.0

declare namespace jasmine {
// The global `Promise` type is too strict and kinda wrong
interface Promise<T> {
then<U>(onFulfill?: (value: T) => U | Promise<U>, onReject?: (error: any) => U | Promise<U>): Promise<U>;
}
interface Matchers<T> {

@@ -25,0 +20,0 @@ toBe(expected: any, expectationFailOutput?: any): Promise<void>;

8

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

@@ -9,3 +9,4 @@ "license": "MIT",

"name": "Sammy Jelin",
"url": "https://github.com/sjelin"
"url": "https://github.com/sjelin",
"githubUsername": "sjelin"
}

@@ -22,5 +23,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "0d0e4b53f7fa2411844a4730a51e90d56a143cbc5688629bc8af1aefd4959930",
"typesPublisherContentHash": "ac90f505d8827f2a2c0441fb68cc0ee376fcf8c4d24d2f62cfda3daffddb8e55",
"typeScriptVersion": "2.1"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jasminewd2
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasminewd2
Additional Details
* Last updated: Thu, 16 Mar 2017 14:36:10 GMT
* Last updated: Tue, 29 Aug 2017 21:31:37 GMT
* Dependencies: jasmine

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

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