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

exo_browser

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exo_browser - npm Package Compare versions

Comparing version 0.6.8 to 0.6.9

12

lib/api.js

@@ -272,15 +272,15 @@ /*

my.internal._setCookiesAddCallback(function(cc) {
my.internal._setCookiesAddCallback(function(cc, op_count) {
if(my.cookie_handlers.add) {
my.cookie_handlers.add(cc);
my.cookie_handlers.add(cc, op_count);
}
});
my.internal._setCookiesDeleteCallback(function(cc) {
my.internal._setCookiesDeleteCallback(function(cc, op_count) {
if(my.cookie_handlers.remove) {
my.cookie_handlers.remove(cc);
my.cookie_handlers.remove(cc, op_count);
}
});
my.internal._setCookiesUpdateAccessTimeCallback(function(cc) {
my.internal._setCookiesUpdateAccessTimeCallback(function(cc, op_count) {
if(my.cookie_handlers.update_access_time) {
my.cookie_handlers.update_access_time(cc);
my.cookie_handlers.update_access_time(cc, op_count);
}

@@ -287,0 +287,0 @@ });

@@ -9,3 +9,3 @@ {

},
"version": "0.6.8",
"version": "0.6.9",
"dependencies": {

@@ -12,0 +12,0 @@ "async": "0.7.x",

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