Socket
Socket
Sign inDemoInstall

makitso

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makitso - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/context/index.js

@@ -113,3 +113,3 @@ "use strict";

if (!meta.ask) {
throw new Error(`There is no "ask" set for schema property "${prop}"`);
return this.stores[meta.store].get(meta);
}

@@ -116,0 +116,0 @@ const variant = (meta.variant !== "default" ? meta.variant : false) || "";

@@ -46,3 +46,3 @@ "use strict";

async function FileStore(args) {
const { path: filePath, data: initData } = args;
const { path: filePath, data: initData = {} } = args;

@@ -49,0 +49,0 @@ if (!filePath) {

{
"name": "makitso",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Framework for building composable interactive commandline apps",

@@ -26,3 +26,2 @@ "main": "index.js",

"devDependencies": {
"debug": "^3.1.0",
"eslint": "^4.9.0",

@@ -29,0 +28,0 @@ "eslint-config-prettier": "^2.6.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