Socket
Socket
Sign inDemoInstall

latest-package

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

20

package.json
{
"name": "latest-package",
"version": "1.0.5",
"version": "1.0.6",
"description": "An interactive command-line tool for upgrading packages in a monorepo to their latest versions.",

@@ -30,3 +30,3 @@ "license": "Apache-2.0",

"check": "yarn latest --check --verbose",
"postinstall": "husky install",
"precommit": "lint-staged",
"latest": "ts-node-esm ./src/update-packages.ts",

@@ -36,2 +36,5 @@ "lint": "run-p lint:ts lint:packagejson",

"lint:ts": "eslint -f pretty 'src/*.ts'",
"_postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"publish": "yarn build && npm publish",

@@ -62,3 +65,5 @@ "test": "#coming soon to a theater near you",

"latest-version": "^7.0.0",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"prettier": "^2.5.1",

@@ -92,3 +97,14 @@ "prettier-package-json": "^2.6.4",

},
"lint-staged": {
"*": [
"pretty-quick --staged --fix"
],
"*.ts": [
"eslint --fix -f pretty"
],
"package.json": [
"prettier-package-json --config .prettierrc --write"
]
},
"packageManager": "yarn@3.2.3"
}
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