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

icq-bot

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icq-bot - npm Package Compare versions

Comparing version 2.1.35 to 2.1.36

4

dist/class/FormDataICQ.js

@@ -26,3 +26,3 @@ "use strict";

data += "--" + this.razdel + "\r\n";
var fileName = i.filename.split(/\//g);
var fileName = i.filename.split(/(\/|\\)/g);
var parts = i.filename.split(".");

@@ -48,3 +48,3 @@ var ext = parts[parts.length - 1];

data += "Content-Disposition: form-data; name=\"" + i.name + "\"\r\n\r\n";
data += i.value;
data += Buffer.from(i.value.toString(), "utf8").toString("latin1");
}

@@ -51,0 +51,0 @@ data += "\r\n--" + this.razdel + "--";

@@ -57,3 +57,3 @@ {

},
"version": "2.1.35"
"version": "2.1.36"
}

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