dollar-shell
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "dollar-shell", | ||
"description": "Run shell commands and use them in streams with ease in Node, Deno, Bun. Tiny, simple, no dependency package.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "./src/index.js", |
@@ -75,3 +75,4 @@ # dollar-shell [![NPM version][npm-image]][npm-url] | ||
$.io`grep LICENSE`, | ||
$.io`wc` | ||
$.io`wc`, | ||
new TextDecoderStream(), | ||
lines(), | ||
@@ -207,2 +208,3 @@ line => console.log(line) | ||
- 1.0.1 *Technical release: more tests, better documentation.* | ||
- 1.0.0 *The initial release.* |
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
29043
209