electron-info
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"author": "Florian Keller <github@floriankeller.de>", | ||
"bin": { | ||
"electron-info": "dist/cli.js" | ||
}, | ||
"dependencies": { | ||
"axios": "0.19.0", | ||
"chalk": "2.4.2", | ||
"commander": "2.20.0", | ||
"semver": "6.3.0", | ||
"table": "5.4.4" | ||
}, | ||
"description": "Get informations about Electron versions.", | ||
"devDependencies": { | ||
"@ffflorian/prettier-config": "0.0.5", | ||
"@ffflorian/tslint-config": "0.4.0", | ||
"@semantic-release/changelog": "3.0.4", | ||
"@semantic-release/git": "7.0.16", | ||
"@semantic-release/npm": "5.1.13", | ||
"@types/node": "~12", | ||
"@types/semver": "6.0.1", | ||
"@types/table": "4.0.6", | ||
"husky": "3.0.1", | ||
"lint-staged": "9.2.1", | ||
"prettier": "1.18.2", | ||
"rimraf": "2.6.3", | ||
"semantic-release": "15.13.18", | ||
"ts-node": "8.3.0", | ||
"tslint": "5.18.0", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-plugin-prettier": "2.0.1", | ||
"typescript": "3.5.3" | ||
}, | ||
"engines": { | ||
"node": ">= 10.9" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"keywords": [ | ||
"cli", | ||
"typescript" | ||
], | ||
"license": "MIT", | ||
"main": "index.js", | ||
"lint-staged": { | ||
"*.{json,md}": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"src/**/*.ts": [ | ||
"tslint --project tsconfig.json --fix", | ||
"git add" | ||
] | ||
}, | ||
"main": "dist/index.js", | ||
"name": "electron-info", | ||
"version": "0.0.0" | ||
"prettier": "@ffflorian/prettier-config", | ||
"repository": "https://github.com/ffflorian/electron-info.git", | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rimraf dist", | ||
"dist": "yarn clean && yarn build", | ||
"fix": "yarn fix:other && yarn fix:ts", | ||
"fix:other": "yarn prettier --write", | ||
"fix:ts": "yarn lint:ts --fix", | ||
"lint": "yarn lint:ts && yarn lint:other", | ||
"lint:other": "yarn prettier --list-different", | ||
"lint:ts": "tslint --project tsconfig.json", | ||
"prettier": "prettier \"*.{json,md}\"", | ||
"release": "semantic-release", | ||
"start": "ts-node src/cli.ts", | ||
"test": "exit 0" | ||
}, | ||
"version": "1.0.0" | ||
} |
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
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20830
11
264
1
1
1
41
5
18
3
+ Addedaxios@0.19.0
+ Addedchalk@2.4.2
+ Addedcommander@2.20.0
+ Addedsemver@6.3.0
+ Addedtable@5.4.4
+ Addedajv@6.12.6(transitive)
+ Addedansi-regex@4.1.1(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedastral-regex@1.0.0(transitive)
+ Addedaxios@0.19.0(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedcommander@2.20.0(transitive)
+ Addedemoji-regex@7.0.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedfollow-redirects@1.5.10(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedis-buffer@2.0.5(transitive)
+ Addedis-fullwidth-code-point@2.0.0(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedsemver@6.3.0(transitive)
+ Addedslice-ansi@2.1.0(transitive)
+ Addedstring-width@3.1.0(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
+ Addedtable@5.4.4(transitive)
+ Addeduri-js@4.4.1(transitive)