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.34 to 1.0.35

10

dist/package.json
{
"name": "just-echo",
"version": "1.0.34",
"version": "1.0.35",
"description": "npm package template",

@@ -9,7 +9,8 @@ "main": "dist/src/lib/index.js",

"scripts": {
"build": "tsc",
"lint": "eslint src tests --fix --max-warnings 0 --ext .ts,.js",
"test": "mocha -r ts-node/register tests/main.test.ts",
"setup-hooks": "husky install",
"prepare": "npm run build && npm run setup-hooks",
"test": "mocha -r ts-node/register tests/main.test.ts",
"build": "tsc",
"clean-package-json": "shx sed -i \"s/\"files\":/\"_files_\":/\" dist/package.json",
"prepare": "npm run build && npm run clean-package-json && npm run setup-hooks",
"docs": "typedoc src/lib/index.ts",

@@ -61,2 +62,3 @@ "cli": "ts-node src/bin/index.ts"

"mocha": "^8.4.0",
"shx": "^0.3.3",
"ts-node": "^7.0.1",

@@ -63,0 +65,0 @@ "typedoc": "^0.20.36",

{
"name": "just-echo",
"version": "1.0.34",
"version": "1.0.35",
"description": "npm package template",

@@ -9,7 +9,8 @@ "main": "dist/src/lib/index.js",

"scripts": {
"build": "tsc",
"lint": "eslint src tests --fix --max-warnings 0 --ext .ts,.js",
"test": "mocha -r ts-node/register tests/main.test.ts",
"setup-hooks": "husky install",
"prepare": "npm run build && npm run setup-hooks",
"test": "mocha -r ts-node/register tests/main.test.ts",
"build": "tsc",
"clean-package-json": "shx sed -i \"s/\"files\":/\"_files_\":/\" dist/package.json",
"prepare": "npm run build && npm run clean-package-json && npm run setup-hooks",
"docs": "typedoc src/lib/index.ts",

@@ -61,2 +62,3 @@ "cli": "ts-node src/bin/index.ts"

"mocha": "^8.4.0",
"shx": "^0.3.3",
"ts-node": "^7.0.1",

@@ -63,0 +65,0 @@ "typedoc": "^0.20.36",

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