google-p12-pem
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -7,2 +7,9 @@ # Changelog | ||
### [3.0.3](https://www.github.com/googleapis/google-p12-pem/compare/v3.0.2...v3.0.3) (2020-09-02) | ||
### Bug Fixes | ||
* **deps:** update dependency node-forge to ^0.10.0 ([#291](https://www.github.com/googleapis/google-p12-pem/issues/291)) ([0694c2e](https://www.github.com/googleapis/google-p12-pem/commit/0694c2ed1f8a0783cdab3b5e7ecb31a0b975bde5)) | ||
### [3.0.2](https://www.github.com/googleapis/google-p12-pem/compare/v3.0.1...v3.0.2) (2020-07-09) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "google-p12-pem", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Convert Google .p12 keys to .pem keys.", | ||
@@ -28,3 +28,5 @@ "main": "./build/src/index.js", | ||
"prelint": "cd samples; npm link ../; npm install", | ||
"precompile": "gts clean" | ||
"precompile": "gts clean", | ||
"api-extractor": "api-extractor run --local", | ||
"api-documenter": "api-documenter yaml --input-folder=temp" | ||
}, | ||
@@ -38,7 +40,7 @@ "files": [ | ||
"dependencies": { | ||
"node-forge": "^0.9.0" | ||
"node-forge": "^0.10.0" | ||
}, | ||
"devDependencies": { | ||
"@compodoc/compodoc": "^1.1.7", | ||
"@types/mocha": "^7.0.0", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^10.0.9", | ||
@@ -52,3 +54,5 @@ "@types/node-forge": "^0.9.0", | ||
"mocha": "^8.0.0", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.8.3", | ||
"@microsoft/api-documenter": "^7.8.10", | ||
"@microsoft/api-extractor": "^7.8.10" | ||
}, | ||
@@ -55,0 +59,0 @@ "engines": { |
@@ -17,4 +17,7 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
A comprehensive list of changes in each version may be found in | ||
[the CHANGELOG](https://github.com/googleapis/google-p12-pem/blob/master/CHANGELOG.md). | ||
* [github.com/googleapis/google-p12-pem](https://github.com/googleapis/google-p12-pem) | ||
@@ -21,0 +24,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
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
22388
152
13
+ Addednode-forge@0.10.0(transitive)
- Removednode-forge@0.9.2(transitive)
Updatednode-forge@^0.10.0