Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

checkpackage

Package Overview
Dependencies
51
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

13

package.json
{
"name": "checkpackage",
"version": "1.0.0",
"version": "1.1.0",
"description": "a module to check if a module exists on npm registry or not.",

@@ -12,3 +12,4 @@ "homepage": "https://github.com/amit-upadhyay-IT/checkpackage",

"files": [
"lib"
"./cli.js",
"./lib/index.js"
],

@@ -45,3 +46,9 @@ "main": "lib/index.js",

},
"license": "MIT"
"license": "MIT",
"dependencies": {
"meow": "^3.7.0"
},
"bin": {
"checkpackage": "cli.js"
}
}
# checkpackage [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> a module to check if a module exists on npm registry or not.
>It's a command line utility build out of nodejs. I am making a http request from this application using a node module.
## Installation

@@ -5,0 +7,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc