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

@haechi-labs/face-sdk

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haechi-labs/face-sdk - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3-alpha.0

4

lib/internal.js

@@ -11,5 +11,5 @@ "use strict";

const blockchain = this.getBlockchainFromNetwork(network);
this.iframe = new iframe_1.Iframe(apiKey, blockchain,
// TODO: env is not configured yet, so need to change as env configured
env !== null && env !== void 0 ? env : this.getDefaultEnv(network), this.getIframeUrl(env, iframeUrl));
const env1 = env !== null && env !== void 0 ? env : this.getDefaultEnv(network);
this.iframe = new iframe_1.Iframe(apiKey, blockchain, env1, this.getIframeUrl(env1, iframeUrl));
}

@@ -16,0 +16,0 @@ async getAddresses() {

{
"name": "@haechi-labs/face-sdk",
"version": "0.1.2",
"version": "0.1.3-alpha.0",
"description": "",

@@ -26,3 +26,3 @@ "author": "",

},
"gitHead": "14c89b10f192cf888e3308eff08ad95ac0a2f204",
"gitHead": "199a374792e1c3323d9277c1609555af28785b34",
"publishConfig": {

@@ -29,0 +29,0 @@ "access": "public"

@@ -21,8 +21,9 @@ import {

const blockchain = this.getBlockchainFromNetwork(network);
// TODO: env is not configured yet, so need to change as env configured
const env1 = env ?? this.getDefaultEnv(network);
this.iframe = new Iframe(
apiKey,
blockchain,
// TODO: env is not configured yet, so need to change as env configured
env ?? this.getDefaultEnv(network),
this.getIframeUrl(env, iframeUrl)
env1,
this.getIframeUrl(env1, iframeUrl)
);

@@ -29,0 +30,0 @@ }

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