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
562
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.5.0 to 1.6.0

6

CHANGELOG.md

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

## `1.6.0` - 09/24/2020
#### Added
- Adds a Magic SDK extensions runtime compatibility check, ensuring you're version of Magic SDK is designed for the extensions you have in use.
## `1.5.0` - 09/15/2020

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

1

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

@@ -8,2 +8,3 @@ export declare enum SDKErrorCode {

WebAuthnNotSupported = "WEBAUTHN_NOT_SUPPORTED",
IncompatibleExtensions = "INCOMPATIBLE_EXTENSIONS",
WebAuthnCreateCredentialError = "WEBAUTHN_CREATE_CREDENTIAL_ERROR"

@@ -10,0 +11,0 @@ }

@@ -11,2 +11,3 @@ "use strict";

SDKErrorCode["WebAuthnNotSupported"] = "WEBAUTHN_NOT_SUPPORTED";
SDKErrorCode["IncompatibleExtensions"] = "INCOMPATIBLE_EXTENSIONS";
SDKErrorCode["WebAuthnCreateCredentialError"] = "WEBAUTHN_CREATE_CREDENTIAL_ERROR";

@@ -13,0 +14,0 @@ })(SDKErrorCode = exports.SDKErrorCode || (exports.SDKErrorCode = {}));

@@ -8,2 +8,3 @@ export declare enum SDKErrorCode {

WebAuthnNotSupported = "WEBAUTHN_NOT_SUPPORTED",
IncompatibleExtensions = "INCOMPATIBLE_EXTENSIONS",
WebAuthnCreateCredentialError = "WEBAUTHN_CREATE_CREDENTIAL_ERROR"

@@ -10,0 +11,0 @@ }

@@ -9,2 +9,3 @@ export var SDKErrorCode;

SDKErrorCode["WebAuthnNotSupported"] = "WEBAUTHN_NOT_SUPPORTED";
SDKErrorCode["IncompatibleExtensions"] = "INCOMPATIBLE_EXTENSIONS";
SDKErrorCode["WebAuthnCreateCredentialError"] = "WEBAUTHN_CREATE_CREDENTIAL_ERROR";

@@ -11,0 +12,0 @@ })(SDKErrorCode || (SDKErrorCode = {}));

4

package.json
{
"name": "@magic-sdk/types",
"version": "1.5.0",
"version": "1.6.0",
"description": "Core typings for Magic SDK packages.",

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

},
"gitHead": "b4239a21694ce4eb4b6a3cad407b68720b459fd7"
"gitHead": "0ae99071e9a8bf8aacc1504942b51db7774f24fc"
}

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