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

@exponent/electron-cookies

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exponent/electron-cookies - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

cookies.js

@@ -37,4 +37,4 @@ 'use strict';

let appPath = app.getAppPath();
let relativePath = path.relative(appPath, location.pathname);
return `${origin}/${relativePath}${location.search}${location.hash}`;
let relativePath = path.relative(appPath, decodeURI(location.pathname));
return `${origin}/${encodeURI(relativePath)}${location.search}${location.hash}`;
}

@@ -41,0 +41,0 @@

{
"name": "@exponent/electron-cookies",
"version": "1.0.0",
"version": "1.0.1",
"description": "Provides document.cookie support for Electron",

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