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

blank-web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blank-web-sdk - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

3

lib/client/CookieTokenProvider.js

@@ -93,3 +93,2 @@ "use strict";

}
cookie += expires + "; path=/";

@@ -99,3 +98,3 @@ var hostname = document.location.hostname.split(".");

var h = hostname.slice(i).join(".");
document.cookie = cookie + "; domain=." + h + ";";
document.cookie = "" + cookie + expires + "; path=/; domain=." + h + ";";
//If we erasing cookie, it will be erased for all subdomains

@@ -102,0 +101,0 @@ if (document.cookie.indexOf(cookie) > -1) {

{
"name": "blank-web-sdk",
"version": "0.0.24",
"version": "0.0.25",
"description": "SDK for web applications created with Blank back-end",

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

Sorry, the diff of this file is too big to display

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