@types/stream-buffers
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -18,3 +18,3 @@ // Type definitions for stream-buffers 3.0 | ||
maxSize(): number; | ||
getContents(length?: number): any; | ||
getContents(length?: number): Buffer; | ||
getContentsAsString(encoding?: string, length?: number): string; | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "@types/stream-buffers", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for stream-buffers", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "4fd6a244967ebd7f11df3d2ac8402f2a214e92e3e8f950e5f99485e53b6288c9", | ||
"typesPublisherContentHash": "94036094e7bdbc3808def4023241dd41a88bf29de31ca7c15de031ddf2e372b2", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/stream-buffers | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-buffers | ||
Additional Details | ||
* Last updated: Tue, 28 Mar 2017 19:51:22 GMT | ||
* Last updated: Thu, 30 Mar 2017 21:41:20 GMT | ||
* Dependencies: stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
2533