crates-updater
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"author": "Florian Keller <github@floriankeller.de>", | ||
"bin": { | ||
"crates-updater": "dist/cli.js", | ||
"update-crates": "dist/cli.js" | ||
"crates-updater": "cli.js", | ||
"update-crates": "cli.js" | ||
}, | ||
"dependencies": { | ||
"commander": "3.0.0", | ||
"commander": "4.0.1", | ||
"compare-versions": "3.5.1", | ||
"crates.io": "1.0.0" | ||
"crates.io": "1.1.2" | ||
}, | ||
@@ -15,16 +15,18 @@ "description": "Check your Rust packages for updates.", | ||
"@ffflorian/prettier-config": "0.0.5", | ||
"@ffflorian/tslint-config": "0.5.0", | ||
"@semantic-release/changelog": "3.0.4", | ||
"@semantic-release/git": "7.0.16", | ||
"@ffflorian/semantic-release-config": "0.1.4", | ||
"@ffflorian/tslint-config": "0.7.0", | ||
"@semantic-release/changelog": "3.0.6", | ||
"@semantic-release/git": "7.0.18", | ||
"@types/node": "~12", | ||
"husky": "3.0.3", | ||
"lint-staged": "9.2.1", | ||
"prettier": "1.18.2", | ||
"husky": "3.1.0", | ||
"lint-staged": "9.5.0", | ||
"prettier": "1.19.1", | ||
"publish-flat": "1.3.4", | ||
"rimraf": "3.0.0", | ||
"semantic-release": "15.13.21", | ||
"ts-node": "8.3.0", | ||
"tslint": "5.18.0", | ||
"semantic-release": "15.14.0", | ||
"ts-node": "8.5.4", | ||
"tslint": "5.20.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-plugin-prettier": "2.0.1", | ||
"typescript": "3.5.3" | ||
"tslint-plugin-prettier": "2.1.0", | ||
"typescript": "3.7.4" | ||
}, | ||
@@ -35,3 +37,11 @@ "engines": { | ||
"files": [ | ||
"dist" | ||
"CratesUpdater.d.ts", | ||
"CratesUpdater.js", | ||
"CratesUpdater.js.map", | ||
"cli.d.ts", | ||
"cli.js", | ||
"cli.js.map", | ||
"index.d.ts", | ||
"index.js", | ||
"index.js.map" | ||
], | ||
@@ -49,3 +59,3 @@ "husky": { | ||
], | ||
"license": "MIT", | ||
"license": "GPL-3.0", | ||
"lint-staged": { | ||
@@ -61,5 +71,8 @@ "*.ts": [ | ||
}, | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"name": "crates-updater", | ||
"prettier": "@ffflorian/prettier-config", | ||
"release": { | ||
"extends": "@ffflorian/semantic-release-config" | ||
}, | ||
"repository": "https://github.com/ffflorian/crates-updater", | ||
@@ -73,5 +86,7 @@ "scripts": { | ||
"fix:ts": "yarn lint:ts --fix", | ||
"flatten": "publish-flat -o flattened", | ||
"lint": "yarn lint:ts && yarn lint:other", | ||
"lint:other": "yarn prettier --list-different", | ||
"lint:ts": "tslint --project tsconfig.json", | ||
"postversion": "node ../node_modules/publish-flat/cli-copy.js -i package.json -o ../package.json version", | ||
"prettier": "prettier \"*.{json,md}\"", | ||
@@ -82,3 +97,3 @@ "release": "semantic-release", | ||
}, | ||
"version": "1.1.0" | ||
"version": "1.2.0" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46741
107
17
2
70
3
1
+ Addedcommander@4.0.1(transitive)
+ Addedcrates.io@1.1.2(transitive)
- Removed@ffflorian/api-client@1.0.0(transitive)
- Removedcommander@3.0.0(transitive)
- Removedcrates.io@1.0.0(transitive)
- Removedhttp-status-codes@1.3.2(transitive)
Updatedcommander@4.0.1
Updatedcrates.io@1.1.2