Socket
Socket
Sign inDemoInstall

cookiejar

Package Overview
Dependencies
0
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3 to 2.1.4

5

cookiejar.js

@@ -68,2 +68,7 @@ /* jshint node: true */

if (this instanceof Cookie) {
if ( str.length > 32768 ) {
console.warn("Cookie too long for parsing (>32768 characters)");
return;
}
var parts = str.split(";").filter(function (value) {

@@ -70,0 +75,0 @@ return !!value;

2

package.json
{
"name": "cookiejar",
"version": "2.1.3",
"version": "2.1.4",
"author": {

@@ -5,0 +5,0 @@ "name": "bradleymeck"

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