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

@authpack/theme

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authpack/theme - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

15

lib/hooks/useGQL.js

@@ -64,7 +64,12 @@ "use strict";

}
toaster.add({
icon: e.icon || 'bell',
label: e.status || 'Error',
helper: e.message,
});
if (e.code === 503) {
console.warn('Error connecting to server');
}
else {
toaster.add({
icon: e.icon || 'bell',
label: e.status || 'Error',
helper: e.message,
});
}
return Promise.reject(e);

@@ -71,0 +76,0 @@ })

{
"name": "@authpack/theme",
"private": false,
"version": "0.6.2",
"version": "0.6.3",
"description": "Theme for Authpack.",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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