Socket
Socket
Sign inDemoInstall

@types/jasmine

Package Overview
Dependencies
Maintainers
1
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jasmine - npm Package Compare versions

Comparing version 5.1.2 to 5.1.3

5

jasmine/index.d.ts

@@ -264,3 +264,3 @@ // For ddescribe / iit use : https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/karma-jasmine/karma-jasmine.d.ts

};
type SpyObjMethodNames<T = undefined> = T extends undefined ? ReadonlyArray<string> | { [methodName: string]: any }
type SpyObjMethodNames<T = undefined> = T extends undefined ? readonly string[] | { [methodName: string]: any }
: (

@@ -275,4 +275,3 @@ | ReadonlyArray<keyof T>

type SpyObjPropertyNames<T = undefined> = T extends undefined
? ReadonlyArray<string> | { [propertyName: string]: any }
type SpyObjPropertyNames<T = undefined> = T extends undefined ? readonly string[] | { [propertyName: string]: any }
: ReadonlyArray<keyof T> | { [P in keyof T]?: T[P] };

@@ -279,0 +278,0 @@

4

jasmine/package.json
{
"name": "@types/jasmine",
"version": "5.1.2",
"version": "5.1.3",
"description": "TypeScript definitions for jasmine",

@@ -93,4 +93,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine",

"dependencies": {},
"typesPublisherContentHash": "6273f8bb5911caf00c376ddaa3fbdfd408d22ae22094ff79dd0b697090091f3c",
"typesPublisherContentHash": "58b22e5cb3a7c9b2b8322c77028ffabb42f9181c8afea5c3b4a65a5b47b66c37",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -14,0 +14,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