Socket
Socket
Sign inDemoInstall

ever-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ever-cli - npm Package Compare versions

Comparing version 0.0.11 to 0.0.13

.whitesource

14

dist/main.js
#!/usr/bin/env node
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const log = console.log;
const chalk_1 = require("chalk");
const chalk_1 = __importDefault(require("chalk"));
const clear_1 = __importDefault(require("clear"));
const figlet_1 = __importDefault(require("figlet"));
const error = chalk_1.default.bold.red;
const warning = chalk_1.default.keyword("orange");
const info = chalk_1.default.green;
// if we want to clear console, call 'clear' below
clear_1.default();
log(chalk_1.default.whiteBright(figlet_1.default.textSync("ever", {
font: "Graffiti",
horizontalLayout: "default",
})));
log("");
log(info("Ever CLI"));

@@ -10,0 +22,0 @@ process.on("unhandledRejection", (reason, p) => {

@@ -0,0 +0,0 @@ GNU GENERAL PUBLIC LICENSE

49

package.json
{
"name": "ever-cli",
"version": "0.0.11",
"version": "0.0.13",
"description": "A command line tool for Ever Platform",

@@ -18,3 +18,5 @@ "license": "GPL-3.0",

"coverage": "cross-env NODE_ENV=development nyc report --reporter=json > coverage/coverage.json",
"test": "cross-env NODE_ENV=test echo TODO: Tests"
"test": "cross-env NODE_ENV=test echo TODO: Tests",
"lint": "cross-env NODE_ENV=development tslint -c tslint.json 'src/**/*.ts'",
"release": "np"
},

@@ -39,30 +41,34 @@ "repository": {

"devDependencies": {
"@types/node": "11.10.5",
"@types/figlet": "^1.2.0",
"@types/lodash": "4.14.123",
"@types/node": "11.12.0",
"@types/uuid": "3.4.4",
"@types/yargs": "12.0.9",
"@types/lodash": "4.14.122",
"watch": "1.0.2",
"@types/yargs": "12.0.10",
"codecov": "3.2.0",
"cross-env": "5.2.0",
"nyc": "13.3.0",
"prettier": "1.16.4",
"prettier-tslint": "0.4.2",
"pretty-quick": "1.10.0",
"ts-node": "8.0.2",
"tslint": "5.12.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"tslint-config-prettier": "1.18.0",
"nyc": "^13.3.0",
"codecov": "^3.2.0",
"cross-env": "^5.2.0",
"typescript": "3.3.3"
"typescript": "3.3.4000",
"watch": "1.0.2",
"np": "*"
},
"dependencies": {
"reflect-metadata": "0.1.13",
"analytics-node": "3.3.0",
"chalk": "2.4.2",
"yargs": "13.2.2",
"uuid": "3.3.2",
"url": "0.11.0",
"semver": "5.6.0",
"rimraf": "2.6.3",
"node-fetch": "2.3.0",
"clear": "^0.1.0",
"figlet": "1.2.1",
"fs-extra": "7.0.1",
"lodash": "4.17.11",
"analytics-node": "3.3.0"
"node-fetch": "2.3.0",
"reflect-metadata": "0.1.13",
"rimraf": "2.6.3",
"semver": "6.0.0",
"url": "0.11.0",
"uuid": "3.3.2",
"yargs": "13.2.2"
},

@@ -90,5 +96,4 @@ "nyc": {

"engines": {
"node": ">=10.15.0",
"yarn": ">=1.13.0"
"node": ">=10.15.0"
}
}

@@ -0,0 +0,0 @@ # CLI for [Ever Platform](https://github.com/ever-co/ever)

@@ -8,2 +8,3 @@ {

"target": "es6",
"strict": true,
"moduleResolution": "node",

@@ -18,3 +19,5 @@ "preserveConstEnums": true,

"typeRoots": ["node_modules/@types"],
"types": ["node", "reflect-metadata"]
"types": ["node", "reflect-metadata"],
"esModuleInterop": true,
"resolveJsonModule": true
},

@@ -21,0 +24,0 @@ "include": ["src/**/*.ts", "./*.ts"],

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