Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

airbits-http-utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbits-http-utils - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

5

index.js

@@ -83,5 +83,4 @@ var jwt = require("jsonwebtoken");

let parts = rawCookies.split("; " + name + "=");
if (parts.length
=== 2) return parts.pop().split(";").shift();
match = rawCookies.match(new RegExp(name + '=([^;]+)'));
if (match) return match[1];
}

@@ -88,0 +87,0 @@

2

package.json
{
"name": "airbits-http-utils",
"version": "1.0.8",
"version": "1.0.9",
"description": "http utilitities for xens project",

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

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