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

justtee

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

justtee - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

justteetester.js

3

justtee.js

@@ -21,2 +21,3 @@ #! /usr/bin/env node

stdin.pipe(stdout).pipe(fileStream);
stdin.pipe(stdout);
stdin.pipe(fileStream);
{
"name": "justtee",
"version": "1.0.2",
"version": "1.0.3",
"description": "Just tee, a minimal replacement for unix tee",
"preferGlobal": true,
"bin": {
"justtee": "justtee.js"
"justtee": "justtee.js",
"justteetester": "justteetester.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "(node justteetester.js | node justtee.js /tmp/a.out > /tmp/b.out) && diff /tmp/a.out /tmp/b.out"
},

@@ -12,0 +13,0 @@ "keywords": [

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