Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dollar-shell

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dollar-shell - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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.*
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc