New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fonos/certs

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fonos/certs - npm Package Compare versions

Comparing version 0.0.44 to 0.0.45

8

dist/certs.js

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

exports.ISS = ISS;
const getContent = (file) => btoa(fs_1.default.readFileSync(`${BASE_DIR}/${file}`).toString('utf-8'));
const getContent = (workdir, file) => btoa(fs_1.default.readFileSync(`${workdir}/${file}`).toString('utf-8'));
if (!fs_1.default.existsSync(BASE_DIR))

@@ -66,5 +66,5 @@ fs_1.default.mkdirSync(BASE_DIR);

config.endpoint = subject;
config.caCertificate = getContent('ca.crt');
config.clientCertificate = getContent('client.crt');
config.clientKey = getContent('client.key');
config.caCertificate = getContent(workdir, 'ca.crt');
config.clientCertificate = getContent(workdir, 'client.crt');
config.clientKey = getContent(workdir, 'client.key');
const content = JSON.stringify(config, null, '');

@@ -71,0 +71,0 @@ fs_1.default.mkdirSync(workdir, { recursive: true });

{
"name": "@fonos/certs",
"version": "0.0.44",
"version": "0.0.45",
"description": "Handles Fonos certificates",

@@ -42,3 +42,3 @@ "author": "Pedro Sanders <sanderspedro@gmail.com>",

},
"gitHead": "f5e7a84d609022e9bcf32013afee1465662f2283"
"gitHead": "7a7c27bba6192c4f4f53d5ee6b64bdd397070b09"
}
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