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

bgutils-js

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bgutils-js - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

4

dist/core/challenge.js

@@ -56,6 +56,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
const [messageId, script, , interpreterHashs, challenge, globalName] = challengeData;
const [messageId, script, , interpreterHash, challenge, globalName] = challengeData;
return {
script,
interpreterHash: interpreterHashs,
interpreterHash,
globalName,

@@ -62,0 +62,0 @@ challenge,

@@ -130,3 +130,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
return u8ToBase64(packet);
return u8ToBase64(packet, true);
}

@@ -133,0 +133,0 @@ /**

{
"name": "bgutils-js",
"version": "2.1.0",
"version": "2.2.0",
"description": "A JavaScript library for interfacing with Botguard.",

@@ -51,2 +51,2 @@ "main": "dist/index.js",

}
}
}

Sorry, the diff of this file is not supported yet

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