Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

seeli

Package Overview
Dependencies
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seeli - npm Package Compare versions

Comparing version 12.3.0 to 12.3.1

18

CHANGELOG.md
# Changlog
## [12.3.1](https://github.com/esatterwhite/node-seeli/compare/v12.3.0...v12.3.1) (2021-03-21)
### Chores
* **deps:** semantic-release/exec@5.0.0 ([43b10f8](https://github.com/esatterwhite/node-seeli/commit/43b10f8c16ce3a89c51f0fe661f44bbc393feae3))
### Dependancies
* plugin-back-to-top@1.5.4 ([e1efba4](https://github.com/esatterwhite/node-seeli/commit/e1efba4f0dc26700a33c94c155999e793dc7f4a6))
* vuepres@1.8.2 ([b863117](https://github.com/esatterwhite/node-seeli/commit/b863117ad591ba142daf497147fa95ebe1921d02))
### Documentation
* include a docs site for githubpages ([abf1528](https://github.com/esatterwhite/node-seeli/commit/abf152829de5a51d81eee08cec705c9f7dc9eb1b))
# [12.3.0](https://github.com/esatterwhite/node-seeli/compare/v12.2.0...v12.3.0) (2021-03-19)

@@ -4,0 +22,0 @@

3

lib/command/index.js

@@ -380,2 +380,4 @@ 'use strict'

this.dispatch()
const run = this.options.run
if (typeof run !== 'function') return
return this.options.run.call(this, cmd, this.parsed)

@@ -574,2 +576,3 @@ }

}
function toQuestion(flag, opts, answers) {

@@ -576,0 +579,0 @@ const arg = toPrompt(flag, opts)

@@ -64,2 +64,3 @@ 'use strict'

, reset: commands.reset.bind(commands)
, plugin: commands.plugin.bind(commands)
/**

@@ -66,0 +67,0 @@ * colorizes a given string using the chalk color found in local configuration

{
"name": "seeli",
"version": "12.3.0",
"version": "12.3.1",
"description": "Object oriented, flexible CLI tools",

@@ -14,3 +14,7 @@ "main": "index.js",

"lint:fix": "npm run lint -- --fix",
"release": "semantic-release"
"release": "semantic-release",
"vuepress": "vuepress",
"docs:dev": "vuepress dev gh-pages",
"docs:build": "vuepress build gh-pages",
"npm:clean": "rm -rf node_modules gh-pages/**/node_modules"
},

@@ -41,2 +45,3 @@ "files": [

"node_modules/",
"gh-pages/",
"examples/"

@@ -100,4 +105,6 @@ ]

"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@vuepress/plugin-back-to-top": "^1.5.4",
"cli-spinners": "^2.3.0",

@@ -107,3 +114,4 @@ "eslint": "^7.9.0",

"semantic-release": "^17.3.9",
"tap": "^14.10.2"
"tap": "^14.10.2",
"vuepress": "^1.8.2"
},

@@ -131,2 +139,4 @@ "tap": {

"--exclude=examples/",
"--exclude=gh-pages/",
"--exclude=docs/",
"--exclude=release.config.js",

@@ -133,0 +143,0 @@ "--all"

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