Socket
Socket
Sign inDemoInstall

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.1.4 to 4.0.0

2

build/src/index.js

@@ -13,3 +13,3 @@ "use strict";

const util_1 = require("util");
const readFile = util_1.promisify(fs.readFile);
const readFile = (0, util_1.promisify)(fs.readFile);
function getPem(filename, callback) {

@@ -16,0 +16,0 @@ if (callback) {

@@ -7,2 +7,13 @@ # Changelog

## [4.0.0](https://github.com/googleapis/google-p12-pem/compare/v3.1.4...v4.0.0) (2022-05-17)
### ⚠ BREAKING CHANGES
* update library to use Node 12 (#410)
### Build System
* update library to use Node 12 ([#410](https://github.com/googleapis/google-p12-pem/issues/410)) ([e5a823a](https://github.com/googleapis/google-p12-pem/commit/e5a823afb2cf37bd879af251146ea3dfc4f6281d))
### [3.1.4](https://github.com/googleapis/google-p12-pem/compare/v3.1.3...v3.1.4) (2022-04-11)

@@ -9,0 +20,0 @@

{
"name": "google-p12-pem",
"version": "3.1.4",
"version": "4.0.0",
"description": "Convert Google .p12 keys to .pem keys.",

@@ -41,3 +41,3 @@ "main": "./build/src/index.js",

"@compodoc/compodoc": "^1.1.7",
"@types/mocha": "^8.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",

@@ -49,7 +49,7 @@ "@types/node-forge": "^1.0.1",

"mocha": "^9.2.2",
"typescript": "^3.8.3"
"typescript": "^4.6.4"
},
"engines": {
"node": ">=10"
"node": ">=12.0.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