Socket
Socket
Sign inDemoInstall

makitso

Package Overview
Dependencies
92
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 2.0.0-beta.1

.eslintrc.js

2

examples/commands/01-hello_world.js

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

// const Makitso = require("makitso");
const Makitso = require("../../");
const { Makitso } = require("../../dist");

@@ -8,0 +8,0 @@ const commands = {

{
"name": "makitso",
"version": "1.2.1",
"version": "2.0.0-beta.1",
"description": "A Framework for building composable interactive commandline apps",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "jason@lecstor.com",

@@ -13,2 +14,3 @@ "license": "MIT",

"scripts": {
"build": "rm -rf dist/ && tsc",
"test": "jest"

@@ -22,3 +24,3 @@ },

"keytar": "^4.0.5",
"makitso-prompt": "^2.0.2",
"makitso-prompt": "3.0.0-beta.1",
"prettyjson": "^1.2.1",

@@ -28,12 +30,21 @@ "yargs-parser": "^9.0.2"

"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^22.4.0",
"prettier": "^1.7.4"
"@types/eslint-plugin-prettier": "2.2.0",
"@types/jest": "^25.1.4",
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.7",
"@types/prettier": "1.19.0",
"@types/yargs-parser": "^15.0.0",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.2.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^25.1.0",
"mock-stdin": "^0.3.1",
"node-ansiparser": "^2.2.0",
"node-ansiterminal": "^0.2.1-beta",
"prettier": "^1.18.2",
"prettier-eslint": "^8.3.1",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
},

@@ -40,0 +51,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc