Socket
Socket
Sign inDemoInstall

@levellink/core

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@levellink/core - npm Package Compare versions

Comparing version 2.0.18 to 2.0.19

6

CHANGELOG.md
# @levellink/core
## 2.0.19
### Patch Changes
- update
## 2.0.18

@@ -4,0 +10,0 @@

2

dist/esm/provider/llwallet/provider/AccountContext.js

@@ -142,3 +142,5 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }

if (localStorage.getItem(TOKEN_NAME) && (tokenInStorage === null || tokenInStorage === void 0 ? void 0 : tokenInStorage.split('.')[0]) !== 'free') {
beforeLogin === null || beforeLogin === void 0 || beforeLogin();
updateWalletInfo();
afterLogin === null || afterLogin === void 0 || afterLogin();
}

@@ -145,0 +147,0 @@ _context2.next = 41;

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

if (localStorage.getItem(TOKEN_NAME) && tokenInStorage?.split('.')[0] !== 'free') {
beforeLogin?.();
updateWalletInfo();
afterLogin?.();
}

@@ -100,0 +102,0 @@ } catch (error) {

2

package.json
{
"name": "@levellink/core",
"description": "the ui for levellink apps",
"version": "2.0.18",
"version": "2.0.19",
"main": "dist/lib/index.js",

@@ -6,0 +6,0 @@ "module": "dist/esm/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc