Socket
Socket
Sign inDemoInstall

just-echo

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-echo - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

bin/start.sh

4

bin/index.js

@@ -1,3 +0,1 @@

#!/usr/bin/env -S node --experimental-specifier-resolution=node --no-warnings
import { program } from "commander";

@@ -17,5 +15,5 @@ import justEcho from "../dist/index";

.action((args) => {
process.stdout.write(`${justEcho(args).join(" ")}\n`);
process.stdout.write(`${justEcho(...args).join(" ")}\n`);
});
program.parse();
{
"name": "just-echo",
"version": "1.0.19",
"version": "1.0.20",
"description": "npm package template",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "bin/index.js",
"bin": "bin/start.sh",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint src tests bin --fix",
"build": "tsc --project misc/tsconfig.json",
"lint": "eslint src tests bin misc --fix --config misc/.eslintrc.cjs --ext .js,.cjs,.ts",
"setup-hooks": "husky install",
"prepare": "npm run build && npm run setup-hooks",
"test": "mocha --experimental-specifier-resolution=node --no-warnings tests/**/*.test.js",
"test": "mocha --require=./bin/supress-experimental-warning.cjs --experimental-specifier-resolution=node tests/main.test",
"docs": "typedoc src/index.ts",
"cli": "bin/index.js"
"cli": "bin/start.sh"
},

@@ -51,3 +51,3 @@ "repository": {

"dirty-chai": "^2.0.1",
"eslint": "^7.21.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",

@@ -54,0 +54,0 @@ "eslint-config-prettier": "^8.3.0",

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