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

cloudflare-ca-bot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflare-ca-bot - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

bin/install.js

@@ -21,2 +21,3 @@ const FS = require('fs');

FS.mkdirSync(path, 0o777);
FS.chmodSync(path, 0o777);
} catch (ex) {

@@ -23,0 +24,0 @@ if (ex.code == 'EEXIST') {

2

package.json
{
"name": "cloudflare-ca-bot",
"description": "Command-line application to make it easy to provision and automatically renew Cloudflare CA certificates",
"version": "1.0.3",
"version": "1.0.4",
"author": "Alex Corn <mckay@doctormckay.com>",

@@ -6,0 +6,0 @@ "bin": {

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