Socket
Socket
Sign inDemoInstall

gofiber-check-vpn

Package Overview
Dependencies
232
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

dist/handle/checkVPN.d.ts

6

dist/handle/checkVPN.js

@@ -18,8 +18,5 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.checkIP = void 0;
const axios_1 = __importDefault(require("axios"));
const axios_1 = require("axios");
const checkIP = (key, ip) => __awaiter(void 0, void 0, void 0, function* () {

@@ -76,1 +73,2 @@ try {

exports.checkIP = checkIP;
//# sourceMappingURL=checkVPN.js.map

@@ -6,1 +6,2 @@ "use strict";

Object.defineProperty(exports, "checkIP", { enumerable: true, get: function () { return checkVPN_1.checkIP; } });
//# sourceMappingURL=index.js.map

@@ -18,1 +18,2 @@ "use strict";

__exportStar(require("./handle"), exports);
//# sourceMappingURL=index.js.map
{
"name": "gofiber-check-vpn",
"version": "1.0.0",
"version": "2.0.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc