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

@scrypted/client

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scrypted/client - npm Package Compare versions

Comparing version 1.0.39 to 1.0.40

2

dist/packages/client/src/index.js

@@ -133,3 +133,3 @@ "use strict";

});
if (loginCheck.error)
if (loginCheck.error || loginCheck.redirect)
throw new ScryptedClientLoginError(loginCheck);

@@ -136,0 +136,0 @@ addresses = loginCheck.addresses;

{
"name": "@scrypted/client",
"version": "1.0.39",
"version": "1.0.40",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js",

@@ -147,3 +147,3 @@ import { ScryptedStatic } from "@scrypted/types";

});
if (loginCheck.error)
if (loginCheck.error || loginCheck.redirect)
throw new ScryptedClientLoginError(loginCheck);

@@ -150,0 +150,0 @@ addresses = loginCheck.addresses;

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