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 13.0.2 to 13.0.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [13.0.3](https://github.com/esatterwhite/node-seeli/compare/v13.0.2...v13.0.3) (2021-12-10)
### Bug Fixes
* **seeli**: expose Command as a getter on seeli [13ea0e4](https://github.com/esatterwhite/node-seeli/commit/13ea0e45d543b19156e70caba49b24f90ca63b9e) - Eric Satterwhite
## [13.0.2](https://github.com/esatterwhite/node-seeli/compare/v13.0.1...v13.0.2) (2021-11-03)

@@ -2,0 +9,0 @@

2

lib/index.js

@@ -32,3 +32,3 @@ 'use strict'

commands.Seeli = Seeli
commands.Command = Command
Object.defineProperties(commands, {

@@ -35,0 +35,0 @@ Seeli: {

@@ -40,2 +40,6 @@ 'use strict'

get Command() {
return Command
}
constructor(...args) {

@@ -42,0 +46,0 @@ super({

{
"name": "seeli",
"version": "13.0.2",
"version": "13.0.3",
"description": "Object oriented, flexible CLI tools",

@@ -5,0 +5,0 @@ "main": "index.js",

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