New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wharfkit/abicache

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wharfkit/abicache - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-beta1

2

lib/abicache.d.ts

@@ -1,2 +0,2 @@

import { ABI, API, NameType, ABIDef, APIClient } from '@greymass/eosio';
import { ABI, API, NameType, ABIDef, APIClient } from '@wharfkit/antelope';
import { AbiProvider } from 'eosio-signing-request';

@@ -3,0 +3,0 @@

@@ -6,3 +6,3 @@ 'use strict';

var tslib = require('tslib');
var eosio = require('@greymass/eosio');
var antelope = require('@wharfkit/antelope');

@@ -28,3 +28,3 @@ class ABICache {

if (response.abi) {
record = eosio.ABI.from(response.abi);
record = antelope.ABI.from(response.abi);
this.cache.set(key, record);

@@ -41,3 +41,3 @@ }

const key = String(account);
this.cache.set(key, eosio.ABI.from(abi));
this.cache.set(key, antelope.ABI.from(abi));
}

@@ -44,0 +44,0 @@ }

@@ -1,2 +0,2 @@

import { ABI } from '@greymass/eosio';
import { ABI } from '@wharfkit/antelope';

@@ -3,0 +3,0 @@ class ABICache {

{
"name": "@wharfkit/abicache",
"description": "ABI Caching Mechanism for use in Session and Contract Kits",
"version": "1.0.0",
"version": "1.0.1-beta1",
"homepage": "https://github.com/wharfkit/abicache",

@@ -20,10 +20,7 @@ "license": "BSD-3-Clause",

"dependencies": {
"@greymass/eosio": "^0.6.10",
"eosio-signing-request": "^2.5.3",
"@wharfkit/antelope": "^0.7.3",
"eosio-signing-request": "^3.0.0-beta1",
"pako": "^2.0.4",
"tslib": "^2.1.0"
},
"resolutions": {
"@greymass/eosio": "^0.6.10"
},
"devDependencies": {

@@ -44,3 +41,3 @@ "@babel/preset-env": "^7.20.2",

"@typescript-eslint/parser": "^5.20.0",
"@wharfkit/mock-data": "^1.0.0-beta10",
"@wharfkit/mock-data": "^1.0.0-beta13",
"@wharfkit/wallet-plugin-privatekey": "^0.5.0",

@@ -47,0 +44,0 @@ "chai": "^4.3.4",

@@ -29,3 +29,3 @@ # @wharfkit/abicache

- [@greymass/eosio](https://github.com/greymass/eosio): Core library to provide Antelope data types.
- [@wharfkit/antelope](https://github.com/wharfkit/eosio): Core library to provide Antelope data types.
- [eosio-signing-request](https://github.com/greymass/eosio-signing-request): Antelope Signing Request Protocol.

@@ -32,0 +32,0 @@

@@ -1,2 +0,2 @@

import {ABI, ABIDef, API, APIClient, NameType} from '@greymass/eosio'
import {ABI, ABIDef, API, APIClient, NameType} from '@wharfkit/antelope'
import {AbiProvider} from 'eosio-signing-request'

@@ -3,0 +3,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