@rqt/gitlab
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,7 @@ | ||
## 5 April 2020 | ||
### [1.0.1](https://gitlab.com/rqt/gitlab/compare/v1.0.0...v1.0.1) | ||
- [deps] Install `@rqt/_registry` to set the config. | ||
## 4 April 2020 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@rqt/gitlab", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A GitLab Node.JS API Client.", | ||
"main": "index.js", | ||
"scripts": { | ||
"t": "zoroaster -a", | ||
"test": "yarn t test/spec test/mask", | ||
"spec": "yarn t test/spec", | ||
"mask": "yarn t test/mask", | ||
"dev": "node src/bin", | ||
"compile": "depack src/bin/gitlab -o compile/bin/gitlab.js -a -c -S --externs types/externs.js", | ||
"lib": "depack src/depack.js -o compile/gitlab.js -a -c -s --source_map_include_content", | ||
"test-compile": "yarn test -e test-compile", | ||
"lint": "eslint .", | ||
"preinstall": "npm config set @rqt:registry https://rqt.gitlab.io", | ||
"doc": "doc -o README.md -n _gitlab -a -d", | ||
"wiki": "doc wiki -W wiki.git -n _gitlab -a -d --gitlab", | ||
"d": "yarn-s template d1 externs", | ||
"d1": "typal compile/index.js types/index.js -u -t types/index.xml", | ||
"template": "typal compile/template.js -T compile/index.js -t types/api.xml,types/resources,types/index.xml", | ||
"externs": "typal types/externs.js", | ||
"args": "argufy -o src/bin/get-args.js" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"publishConfig" : { | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.com" | ||
@@ -44,19 +25,6 @@ }, | ||
}, | ||
"homepage": "https://rqt.gitlab.io/gitlab", | ||
"devDependencies": { | ||
"@rqt/aqt": "^1.4.0", | ||
"alamode": "^3.7.1", | ||
"argufy": "^1.7.5", | ||
"catchment": "^3.3.0", | ||
"depack": "^1.1.2", | ||
"documentary": "^1.38.1", | ||
"erotic": "^2.1.1", | ||
"erte": "^1.3.0", | ||
"eslint-config-artdeco": "1.0.1", | ||
"indicatrix": "^1.4.1", | ||
"typal": "^1.26.2", | ||
"usually": "^1.2.0", | ||
"yarn-s": "1.2.3", | ||
"zoroaster": "^4.3.0" | ||
"homepage": "https://rqt.gitlab.io/gitlab/", | ||
"dependencies": { | ||
"@rqt/_registry": "^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
No website
QualityPackage does not have a website.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
1
35964
1
5
+ Added@rqt/_registry@^1.0.0
+ Added@rqt/_registry@1.0.0(transitive)