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

@taquito/beacon-wallet

Package Overview
Dependencies
Maintainers
2
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/beacon-wallet - npm Package Compare versions

Comparing version 8.0.0-beta.2 to 8.0.0-beta.3

2

dist/taquito-beacon-wallet.es5.js

@@ -146,3 +146,3 @@ import { DAppClient, PermissionScope } from '@airgap/beacon-sdk';

BeaconWallet.prototype.removeFeeAndLimit = function (op) {
var fee = op.fee, gas_limit = op.gas_limit, storage_limit = op.storage_limit, rest = __rest(op, ["fee", "gas_limit", "storage_limit"]);
op.fee; op.gas_limit; op.storage_limit; var rest = __rest(op, ["fee", "gas_limit", "storage_limit"]);
return rest;

@@ -149,0 +149,0 @@ };

@@ -149,3 +149,3 @@ (function (global, factory) {

BeaconWallet.prototype.removeFeeAndLimit = function (op) {
var fee = op.fee, gas_limit = op.gas_limit, storage_limit = op.storage_limit, rest = __rest(op, ["fee", "gas_limit", "storage_limit"]);
op.fee; op.gas_limit; op.storage_limit; var rest = __rest(op, ["fee", "gas_limit", "storage_limit"]);
return rest;

@@ -152,0 +152,0 @@ };

{
"name": "@taquito/beacon-wallet",
"version": "8.0.0-beta.2",
"version": "8.0.0-beta.3",
"description": "Beacon wallet provider",

@@ -63,5 +63,5 @@ "keywords": [

"dependencies": {
"@airgap/beacon-sdk": "^2.1.0-beta.0",
"@taquito/taquito": "^8.0.0-beta.2",
"@taquito/utils": "^8.0.0-beta.2"
"@airgap/beacon-sdk": "^2.2.0-beta.0",
"@taquito/taquito": "^8.0.0-beta.3",
"@taquito/utils": "^8.0.0-beta.3"
},

@@ -97,3 +97,3 @@ "devDependencies": {

},
"gitHead": "2abf222f0154bfc3a4cac7f4deb8079e6e620ebc"
"gitHead": "1a2a9c7dea9951d9da9796e1d184bbc1047e1c82"
}

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