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

@bloks/wallet

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/wallet - npm Package Compare versions

Comparing version 3.3.22 to 3.3.23

4

package.json
{
"name": "@bloks/wallet",
"version": "3.3.22",
"version": "3.3.23",
"description": "",

@@ -16,3 +16,3 @@ "publishConfig": {

},
"gitHead": "35585becf862bcbe888e12440685d4d85f97adda"
"gitHead": "a4fc3b5a9765b44f622ade215a07a0071d94aad9"
}

@@ -217,2 +217,4 @@ import { constants } from '@bloks/constants'

console.log(actions)
return Provider.transact(actions)

@@ -219,0 +221,0 @@ }

@@ -20,2 +20,5 @@ import { callbacks } from './callbacks'

// Remove all observers
actions = JSON.parse(JSON.stringify(actions))
// Get User

@@ -22,0 +25,0 @@ const {

@@ -14,6 +14,6 @@ import store from 'store'

static authorization () {
getAuthorization () {
return [{
actor: state.user.actor,
permission: state.user.permission
actor: this.user.actor,
permission: this.user.permission
}]

@@ -20,0 +20,0 @@ }

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