Socket
Socket
Sign inDemoInstall

npcheck

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npcheck - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

.github/workflows/nodejs-ci-action.yml

14

package.json
{
"name": "npcheck",
"version": "0.1.4",
"version": "0.1.5",
"description": "A tool to run various checks on npm modules",

@@ -13,2 +13,6 @@ "keywords": [],

"email": "alexalikiotis5@gmail.com"
},
{
"name": "Helio Frota",
"email": "00hf11@gmail.com"
}

@@ -21,4 +25,6 @@ ],

"scripts": {
"prepare": "husky install",
"pretest": "eslint --ignore-path .gitignore",
"test": "jest --no-color",
"start": "node .",
"lint": "eslint .",
"lint:fix": "eslint . --fix"

@@ -43,4 +49,6 @@ },

"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0"
"eslint-plugin-standard": "^5.0.0",
"husky": "^6.0.0",
"jest": "^26.6.3"
}
}

@@ -7,3 +7,3 @@ # npcheck

- Node.js - version 12.x or greater
- Node.js - version 14.x or greater

@@ -87,3 +87,4 @@ ## Install

--github-token, --gt Custom GitHub token provided to the API for resources
(env variable GITHUB_TOKEN is also an option)
[string] [default: null]
```
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