@types/event-stream
Advanced tools
Comparing version 3.3.33 to 3.3.34
@@ -39,3 +39,3 @@ // Type definitions for event-stream v3.3.2 | ||
*/ | ||
export declare function split(matcher: string | RegExp): MapStream; | ||
export declare function split(matcher?: string | RegExp): MapStream; | ||
@@ -42,0 +42,0 @@ /** |
{ | ||
"name": "@types/event-stream", | ||
"version": "3.3.33", | ||
"version": "3.3.34", | ||
"description": "TypeScript definitions for event-stream", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
@@ -23,4 +23,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "014166ba1bb6feb9e9eeac8695387c8f755967fee799a4a3c509359ccdaa55dd", | ||
"typesPublisherContentHash": "35b4c43162fff4b839f7e1ba26ba5bffc768544a783d12d07b01efc671675879", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/event-stream | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/event-stream | ||
Additional Details | ||
* Last updated: Wed, 08 Nov 2017 22:15:34 GMT | ||
* Last updated: Thu, 10 May 2018 20:18:20 GMT | ||
* Dependencies: stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7222