Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crates-updater

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crates-updater - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

cli.d.ts

53

package.json
{
"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

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