Socket
Socket
Sign inDemoInstall

workers-server

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workers-server - npm Package Compare versions

Comparing version 1.2.6 to 1.3.0

2

package.json
{
"name": "workers-server",
"version": "1.2.6",
"version": "1.3.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -127,2 +127,4 @@ const express = require('express');

console.log(Account);
const ip = await Base.getIp();

@@ -134,5 +136,6 @@

password: body.password,
cookie: Account.headers['set-cookie'].join(';'),
cookie: Account.headers['set-cookie']?.join(';'),
ip,
require_captcha: requireCaptcha
require_captcha: requireCaptcha,
data: Account?.data || Account?.response?.data
};

@@ -139,0 +142,0 @@

const fs = require('fs');
const routeMap = new Map();
//
//node_modules/workers-server/
const apiDirectory = 'node_modules/workers-server/routes';

@@ -6,0 +6,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