@types/express-status-monitor
Advanced tools
Comparing version 1.2.4 to 1.3.0
@@ -1,10 +0,10 @@ | ||
// Type definitions for express-status-monitor 1.2 | ||
// Type definitions for express-status-monitor 1.3 | ||
// Project: https://github.com/RafalWilinski/express-status-monitor#readme | ||
// Definitions by: Alex Anderson <https://github.com/alexanderson1993> | ||
// Prashant Sharma <https://github.com/tecxar-prashant> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
/// <reference types="socket.io" /> | ||
import express = require('express'); | ||
import SocketIO = require('socket.io'); | ||
@@ -11,0 +11,0 @@ declare namespace e { |
{ | ||
"name": "@types/express-status-monitor", | ||
"version": "1.2.4", | ||
"version": "1.3.0", | ||
"description": "TypeScript definitions for express-status-monitor", | ||
@@ -12,2 +12,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-status-monitor", | ||
"githubUsername": "alexanderson1993" | ||
}, | ||
{ | ||
"name": "Prashant Sharma", | ||
"url": "https://github.com/tecxar-prashant", | ||
"githubUsername": "tecxar-prashant" | ||
} | ||
@@ -27,4 +32,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "ddc6543466eb1257814762658b4aaaed1c0de947f1c349b90d1e53f374573bd1", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "e1d656dccc86d7ae8bae75df1c8b820b68a1152fea644c4dfeccd1fefaaa28af", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,11 +11,11 @@ # Installation | ||
````ts | ||
// Type definitions for express-status-monitor 1.2 | ||
// Type definitions for express-status-monitor 1.3 | ||
// Project: https://github.com/RafalWilinski/express-status-monitor#readme | ||
// Definitions by: Alex Anderson <https://github.com/alexanderson1993> | ||
// Prashant Sharma <https://github.com/tecxar-prashant> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
/// <reference types="socket.io" /> | ||
import express = require('express'); | ||
import SocketIO = require('socket.io'); | ||
@@ -63,3 +63,3 @@ declare namespace e { | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 12:01:23 GMT | ||
* Last updated: Sat, 21 May 2022 18:01:44 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/socket.io](https://npmjs.com/package/@types/socket.io) | ||
@@ -69,2 +69,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Alex Anderson](https://github.com/alexanderson1993). | ||
These definitions were written by [Alex Anderson](https://github.com/alexanderson1993), and [Prashant Sharma](https://github.com/tecxar-prashant). |
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
6315
42