@ionic/utils-stream
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-stream@3.1.5...@ionic/utils-stream@3.1.6) (2023-03-29) | ||
**Note:** Version bump only for package @ionic/utils-stream | ||
## [3.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-stream@3.1.4...@ionic/utils-stream@3.1.5) (2020-08-28) | ||
@@ -8,0 +16,0 @@ |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { Readable, ReadableOptions, Writable, WritableOptions } from 'stream'; | ||
@@ -21,3 +22,3 @@ export declare class NullStream extends Writable { | ||
_read(): void; | ||
feed(data: Buffer | string, encoding?: string): void; | ||
feed(data: Buffer | string, encoding?: BufferEncoding): void; | ||
stop(): void; | ||
@@ -24,0 +25,0 @@ protected _send(): void; |
{ | ||
"name": "@ionic/utils-stream", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Stream utils for NodeJS", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">=10.3.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "files": [ | ||
"@types/jest": "^26.0.10", | ||
"@types/node": "~10.17.13", | ||
"@types/node": "~16.0.0", | ||
"jest": "^26.4.2", | ||
@@ -49,5 +49,5 @@ "jest-cli": "^26.0.1", | ||
"ts-jest": "~26.3.0", | ||
"typescript": "~4.0.2" | ||
"typescript": "~4.8.0" | ||
}, | ||
"gitHead": "f85e6db0eba47c8d97181b52d69c687c100f93fb" | ||
"gitHead": "15ef6e7da4eace4fd55d16fd9508d156a4bc8203" | ||
} |
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
11852
147