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

sbx-client-request

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sbx-client-request - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

lib/index.js

@@ -186,3 +186,3 @@ import * as Cookie from 'sbx-client-cookie';

return new Promise((resolve, reject) => {
Cookie.set(this.config.authKey, key);
Cookie.set(this.config.authKey, key, {path:'/'});
localStorage.setItem(this.config.authKey, key);

@@ -189,0 +189,0 @@ resolve();

{
"name": "sbx-client-request",
"version": "0.2.2",
"version": "0.2.3",
"description": "sbx-client-request",

@@ -5,0 +5,0 @@ "main": "./lib/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