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

@magic-sdk/types

Package Overview
Dependencies
Maintainers
10
Versions
565
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 3.2.0 to 3.2.1

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# v3.2.1 (Mon Aug 09 2021)
#### 🐛 Bug Fix
- register access control rpc error code [#193](https://github.com/magiclabs/magic-js/pull/193) ([@Dizigen](https://github.com/Dizigen))
#### Authors: 1
- David He ([@Dizigen](https://github.com/Dizigen))
---
# v3.2.0 (Wed Jul 28 2021)

@@ -2,0 +14,0 @@

3

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

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

UserRequestEditEmail = -10005,
InactiveRecipient = -10010
InactiveRecipient = -10010,
AccessDeniedToUser = -10011
}
export declare type ErrorCode = SDKErrorCode | RPCErrorCode;
export declare type WarningCode = SDKWarningCode;

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

RPCErrorCode[RPCErrorCode["InactiveRecipient"] = -10010] = "InactiveRecipient";
RPCErrorCode[RPCErrorCode["AccessDeniedToUser"] = -10011] = "AccessDeniedToUser";
})(RPCErrorCode = exports.RPCErrorCode || (exports.RPCErrorCode = {}));
//# sourceMappingURL=exception-types.js.map

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

UserRequestEditEmail = -10005,
InactiveRecipient = -10010
InactiveRecipient = -10010,
AccessDeniedToUser = -10011
}
export declare type ErrorCode = SDKErrorCode | RPCErrorCode;
export declare type WarningCode = SDKWarningCode;

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

RPCErrorCode[RPCErrorCode["InactiveRecipient"] = -10010] = "InactiveRecipient";
RPCErrorCode[RPCErrorCode["AccessDeniedToUser"] = -10011] = "AccessDeniedToUser";
})(RPCErrorCode || (RPCErrorCode = {}));
//# sourceMappingURL=exception-types.js.map
{
"name": "@magic-sdk/types",
"version": "3.2.0",
"version": "3.2.1",
"description": "Core typings for Magic SDK packages.",

@@ -24,3 +24,3 @@ "author": "Magic Labs <team@magic.link> (https://magic.link/)",

},
"gitHead": "617ec2c2255421d2b6cc56a31a62f98b562c8e7a"
"gitHead": "e78f64b0cdcf71fa220cbf13db25c7f524efdcf4"
}

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