New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cli-helpers

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-helpers - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "cli-helpers",
"version": "1.0.0",
"version": "1.0.1",
"description": "Helper library for cli applications",

@@ -13,2 +13,10 @@ "keywords": [

"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/beenotung/cli-helpers.git"
},
"homepage": "https://github.com/beenotung/cli-helpers#readme",
"bugs": {
"url": "https://github.com/beenotung/cli-helpers/issues"
},
"main": "dist/index.js",

@@ -15,0 +23,0 @@ "types": "dist/index.d.ts",

10

README.md

@@ -1,6 +0,6 @@

# cli-helper
# cli-helpers
Helper library for cli applications
[![npm Package Version](https://img.shields.io/npm/v/cli-helper)](https://www.npmjs.com/package/cli-helper)
[![npm Package Version](https://img.shields.io/npm/v/cli-helpers)](https://www.npmjs.com/package/cli-helpers)

@@ -15,6 +15,6 @@ ## Features

```bash
npm install cli-helper
npm install cli-helpers
```
You can also install `cli-helper` with [pnpm](https://pnpm.io/), [yarn](https://yarnpkg.com/), or [slnpm](https://github.com/beenotung/slnpm)
You can also install `cli-helpers` with [pnpm](https://pnpm.io/), [yarn](https://yarnpkg.com/), or [slnpm](https://github.com/beenotung/slnpm)

@@ -24,3 +24,3 @@ ## Usage Example

```typescript
import { createIO } from 'cli-helper'
import { createIO } from 'cli-helpers'

@@ -27,0 +27,0 @@ async function main() {

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