Socket
Socket
Sign inDemoInstall

npm-install-checks

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-install-checks - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

lib/index.js

29

package.json
{
"name": "npm-install-checks",
"version": "4.0.0",
"version": "5.0.0",
"description": "Check the engines and platform fields in package.json",
"main": "index.js",
"main": "lib/index.js",
"dependencies": {

@@ -10,3 +10,5 @@ "semver": "^7.1.1"

"devDependencies": {
"tap": "^14.10.6"
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.2",
"tap": "^16.0.1"
},

@@ -17,7 +19,14 @@ "scripts": {

"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
"postpublish": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/npm/npm-install-checks.git"
"url": "https://github.com/npm/npm-install-checks.git"
},

@@ -30,7 +39,13 @@ "keywords": [

"files": [
"index.js"
"bin/",
"lib/"
],
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.2"
}
}
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