Socket
Socket
Sign inDemoInstall

@magic-sdk/commons

Package Overview
Dependencies
Maintainers
22
Versions
596
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magic-sdk/commons - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

dist/cjs/index.js

@@ -1,2 +0,2 @@

var E=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var M=n=>E(n,"__esModule",{value:!0});var m=(n,i)=>{for(var o in i)E(n,o,{get:i[o],enumerable:!0})},t=(n,i,o,e)=>{if(i&&typeof i=="object"||typeof i=="function")for(let a of x(i))!c.call(n,a)&&(o||a!=="default")&&E(n,a,{get:()=>i[a],enumerable:!(e=g(i,a))||e.enumerable});return n};var p=(n=>(i,o)=>n&&n.get(i)||(o=t(M({}),i,1),n&&n.set(i,o),o))(typeof WeakMap!="undefined"?new WeakMap:0);var s={};m(s,{Extension:()=>r.Extension,ExtensionError:()=>r.MagicExtensionError,ExtensionWarning:()=>r.MagicExtensionWarning,RPCError:()=>r.MagicRPCError,SDKError:()=>r.MagicSDKError,SDKWarning:()=>r.MagicSDKWarning,isPromiEvent:()=>r.isPromiEvent});var r=require("@magic-sdk/provider");t(s,require("@magic-sdk/types"));module.exports=p(s);
"use strict";var e=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var M=Object.prototype.hasOwnProperty;var m=(n,i)=>{for(var o in i)e(n,o,{get:i[o],enumerable:!0})},E=(n,i,o,g)=>{if(i&&typeof i=="object"||typeof i=="function")for(let a of c(i))!M.call(n,a)&&a!==o&&e(n,a,{get:()=>i[a],enumerable:!(g=x(i,a))||g.enumerable});return n},s=(n,i,o)=>(E(n,i,"default"),o&&E(o,i,"default"));var p=n=>E(e({},"__esModule",{value:!0}),n);var t={};m(t,{Extension:()=>r.Extension,ExtensionError:()=>r.MagicExtensionError,ExtensionWarning:()=>r.MagicExtensionWarning,RPCError:()=>r.MagicRPCError,SDKError:()=>r.MagicSDKError,SDKWarning:()=>r.MagicSDKWarning,isPromiEvent:()=>r.isPromiEvent});module.exports=p(t);var r=require("@magic-sdk/provider");s(t,require("@magic-sdk/types"),module.exports);
//# sourceMappingURL=index.js.map
{
"name": "@magic-sdk/commons",
"version": "7.0.0",
"version": "7.0.1",
"description": "Exposes a listing of common public APIs from the Magic JS SDK ecosystem.",

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

},
"gitHead": "96a8edeb9e9dbb39ff47b5c9c41348b1965da560"
"gitHead": "1ef062ea699d48d5e9a9375a93b7c147632b05ca"
}

@@ -5,3 +5,3 @@ # ✨ Magic JavaScript SDK Commons

> Exposes a listing of common public APIs from `@magic-sdk/provider` and `@magic-sdk/types` to the platform-specific entry points (`magic-sdk` and `@magic-sdk/react-native`)
> Exposes a listing of common public APIs from `@magic-sdk/provider` and `@magic-sdk/types` to the platform-specific entry points (`magic-sdk`, `@magic-sdk/react-native-bare`, and `@magic-sdk/react-native-expo`)

@@ -23,2 +23,3 @@ <p align="center">

- Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk)
- React Native: [`@magic-sdk/react-native`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native)
- Bare React Native: [`@magic-sdk/react-native-bare`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native-bare)
- Expo React Native: [`@magic-sdk/react-native-expo`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native-expo)

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