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.4 to 1.0.5

6

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.4",
"version": "1.0.5",
"type": "module",

@@ -18,3 +18,3 @@ "main": "./src/index.js",

"test:bun": "tape6-bun --flags FO",
"test:deno": "deno run -A `tape6-runner deno` --flags FO",
"test:deno": "deno run -A `tape6-runner main` --flags FO",
"test:deno-original": "tape6-deno --flags FO",

@@ -50,3 +50,3 @@ "ts-check": "tsc --noEmit"

"devDependencies": {
"tape-six": "^0.12.0",
"tape-six": "^0.12.1",
"typescript": "^5.6.2"

@@ -53,0 +53,0 @@ },

@@ -207,2 +207,3 @@ # dollar-shell [![NPM version][npm-image]][npm-url]

* 1.0.5 *Updated dev dependencies.*
* 1.0.4 *Fixed `raw()` for spawn commands.*

@@ -209,0 +210,0 @@ * 1.0.3 *Added TSDoc comments, improved docs, fixed typos, added the missing copying of properties.*

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