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

google-p12-pem

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-p12-pem - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

7

CHANGELOG.md

@@ -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 @@

14

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

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