@types/jasmine
Advanced tools
Comparing version 3.10.13 to 3.10.14
@@ -17,2 +17,3 @@ // Type definitions for Jasmine 3.10 | ||
// kirjs <https://github.com/kirjs> | ||
// Dmitry Semigradsky <https://github.com/Semigradsky> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -411,3 +412,3 @@ | ||
function stringContaining(str: string | RegExp): AsymmetricMatcher<string>; | ||
function stringContaining(str: string): AsymmetricMatcher<string>; | ||
/** | ||
@@ -414,0 +415,0 @@ * @deprecated Private method that may be changed or removed in the future |
{ | ||
"name": "@types/jasmine", | ||
"version": "3.10.13", | ||
"version": "3.10.14", | ||
"description": "TypeScript definitions for Jasmine", | ||
@@ -77,2 +77,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine", | ||
"githubUsername": "kirjs" | ||
}, | ||
{ | ||
"name": "Dmitry Semigradsky", | ||
"url": "https://github.com/Semigradsky", | ||
"githubUsername": "Semigradsky" | ||
} | ||
@@ -89,4 +94,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ceb4409ed91073964577f42ee6d34930e04ccb4463d874500f7611c200291ffe", | ||
"typesPublisherContentHash": "1de5789567d7a5715c59a3337bb587021f14a41c92fdfce7e2bfd912115b6aa9", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Last updated: Wed, 04 Oct 2023 20:35:32 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `afterAll`, `afterEach`, `beforeAll`, `beforeEach`, `describe`, `expect`, `expectAsync`, `fail`, `fdescribe`, `fit`, `it`, `jasmine`, `pending`, `setSpecProperty`, `setSuiteProperty`, `spyOn`, `spyOnAllFunctions`, `spyOnProperty`, `xdescribe`, `xit` | ||
# Credits | ||
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Theodore Brown](https://github.com/theodorejb), [David Pärsson](https://github.com/davidparsson), [Lukas Zech](https://github.com/lukas-zech-software), [Boris Breuer](https://github.com/Engineer2B), [Chris Yungmann](https://github.com/cyungmann), [Giles Roadnight](https://github.com/Roaders), [Yaroslav Admin](https://github.com/devoto13), [Domas Trijonis](https://github.com/fdim), [Moshe Kolodny](https://github.com/kolodny), [Stephen Farrar](https://github.com/stephenfarrar), [Dominik Ehrenberg](https://github.com/djungowski), [Chives](https://github.com/chivesrs), and [kirjs](https://github.com/kirjs). | ||
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Theodore Brown](https://github.com/theodorejb), [David Pärsson](https://github.com/davidparsson), [Lukas Zech](https://github.com/lukas-zech-software), [Boris Breuer](https://github.com/Engineer2B), [Chris Yungmann](https://github.com/cyungmann), [Giles Roadnight](https://github.com/Roaders), [Yaroslav Admin](https://github.com/devoto13), [Domas Trijonis](https://github.com/fdim), [Moshe Kolodny](https://github.com/kolodny), [Stephen Farrar](https://github.com/stephenfarrar), [Dominik Ehrenberg](https://github.com/djungowski), [Chives](https://github.com/chivesrs), [kirjs](https://github.com/kirjs), and [Dmitry Semigradsky](https://github.com/Semigradsky). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60157
1272