@types/nextgen-events
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -199,4 +199,4 @@ // Type definitions for nextgen-events 1.1 | ||
eventObject: any; | ||
nice?: number; | ||
context?: string; | ||
nice?: number | undefined; | ||
context?: string | undefined; | ||
}; | ||
@@ -235,3 +235,3 @@ | ||
interface ContextOptions { | ||
nice?: typeof SYNC; | ||
nice?: typeof SYNC | undefined; | ||
ready: boolean; | ||
@@ -238,0 +238,0 @@ status?: any; |
{ | ||
"name": "@types/nextgen-events", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for nextgen-events", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nextgen-events", | ||
"license": "MIT", | ||
@@ -14,11 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/nextgen-events" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f208eb7a9e7409ce004bb389349c4315cc11895d6145581381e4c784d38c0fea", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "cde7ead9fda6769c0e45a76ec254e38d1823e5b28c9b644c714316488ed2cede", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for nextgen-events ( https://github.com/cronvel/nextgen-events#readme ). | ||
This package contains type definitions for nextgen-events (https://github.com/cronvel/nextgen-events#readme). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nextgen-events | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nextgen-events. | ||
Additional Details | ||
* Last updated: Fri, 25 Jan 2019 18:43:32 GMT | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 18:51:14 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by katsanva <https://github.com/katsanva>. | ||
These definitions were written by [katsanva](https://github.com/katsanva). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9817
0