Socket
Socket
Sign inDemoInstall

cloudflared

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflared - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

lib/cloudflared.cjs

4

lib/index.js
import fs from "node:fs";
import { spawn } from "node:child_process";
import { bin, install } from "./lib.js";
main();
async function main() {

@@ -54,1 +53,4 @@ const args = process.argv.slice(2);

}
export {
main
};
{
"name": "cloudflared",
"version": "0.3.1",
"version": "0.3.2",
"description": "Cloudflared in Node.",

@@ -15,3 +15,3 @@ "type": "module",

"types": "./lib/lib.d.ts",
"bin": "./lib/index.js",
"bin": "./lib/cloudflared.js",
"keywords": [

@@ -36,3 +36,3 @@ "cloudflared",

"@typescript-eslint/parser": "^5.30.7",
"cloudflared": "0.3.1",
"cloudflared": "0.3.2",
"eslint": "^8.20.0",

@@ -39,0 +39,0 @@ "eslint-config-prettier": "^8.5.0",

Sorry, the diff of this file is not supported yet

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