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

@magic-sdk/types

Package Overview
Dependencies
Maintainers
8
Versions
564
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magic-sdk/types - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

6

CHANGELOG.md

@@ -15,2 +15,8 @@ ## Upcoming Changes

## `1.4.6` - 08/20/2020
#### Added
- New RPC error code for the `loginWithMagicLink` method: `-10005`
## `1.4.5` - 07/22/2020

@@ -17,0 +23,0 @@

3

dist/commonjs/core/exception-types.d.ts

@@ -26,5 +26,6 @@ export declare enum SDKErrorCode {

UserAlreadyLoggedIn = -10003,
UpdateEmailFailed = -10004
UpdateEmailFailed = -10004,
UserRequestEditEmail = -10005
}
export declare type ErrorCode = SDKErrorCode | RPCErrorCode;
export declare type WarningCode = SDKWarningCode;

@@ -34,3 +34,4 @@ "use strict";

RPCErrorCode[RPCErrorCode["UpdateEmailFailed"] = -10004] = "UpdateEmailFailed";
RPCErrorCode[RPCErrorCode["UserRequestEditEmail"] = -10005] = "UserRequestEditEmail";
})(RPCErrorCode = exports.RPCErrorCode || (exports.RPCErrorCode = {}));
//# sourceMappingURL=exception-types.js.map

@@ -26,5 +26,6 @@ export declare enum SDKErrorCode {

UserAlreadyLoggedIn = -10003,
UpdateEmailFailed = -10004
UpdateEmailFailed = -10004,
UserRequestEditEmail = -10005
}
export declare type ErrorCode = SDKErrorCode | RPCErrorCode;
export declare type WarningCode = SDKWarningCode;

@@ -32,3 +32,4 @@ export var SDKErrorCode;

RPCErrorCode[RPCErrorCode["UpdateEmailFailed"] = -10004] = "UpdateEmailFailed";
RPCErrorCode[RPCErrorCode["UserRequestEditEmail"] = -10005] = "UserRequestEditEmail";
})(RPCErrorCode || (RPCErrorCode = {}));
//# sourceMappingURL=exception-types.js.map
{
"name": "@magic-sdk/types",
"version": "1.4.6",
"version": "1.4.7",
"description": "Core typings for Magic SDK packages.",

@@ -22,3 +22,3 @@ "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)",

},
"gitHead": "2290b381edc7224bb7d0d30c94d596514919a104"
"gitHead": "d077d83d267c2b43b92ff6f7d228fa4d984d13c1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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