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

@nft/email-connector

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nft/email-connector - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0-beta.10

6

CHANGELOG.md

@@ -18,1 +18,7 @@ # Changelog

#### Security
## [v1.0.0-beta.10](https://github.com/liteflow-labs/libraries/releases/tag/v1.0.0-beta.10) - 2022-12-23
#### Changed
- Improve types check [#109](https://github.com/liteflow-labs/liteflow-js/pull/109)

6

dist/index.js

@@ -145,5 +145,3 @@ "use strict";

provider = this.magic.rpcProvider;
return [4 /*yield*/, provider
.enable()
.then(function (accounts) { return accounts[0]; })];
return [4 /*yield*/, provider.enable().then(function (accounts) { return accounts[0]; })];
case 8:

@@ -178,3 +176,3 @@ account = _a.sent();

.send('eth_accounts')
.then(function (accounts) { return accounts[0]; })];
.then(function (accounts) { return accounts[0] || null; })];
});

@@ -181,0 +179,0 @@ });

{
"name": "@nft/email-connector",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"main": "./dist/index.js",

@@ -19,3 +19,3 @@ "typings": "./dist/index.d.ts",

},
"gitHead": "0e3a1f811c558fcdabe30944f52546d42aa7f0eb"
"gitHead": "e17b62f4c52944deed012063e198320683c942b0"
}

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