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.1.0 to 1.1.1

2

lib/abicache.d.ts
import { ABI, API, NameType, ABIDef, APIClient } from '@wharfkit/antelope';
import { AbiProvider } from 'eosio-signing-request';
import { AbiProvider } from '@wharfkit/signing-request';

@@ -4,0 +4,0 @@ interface ABICacheInterface extends AbiProvider {

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

@@ -21,3 +21,3 @@ "license": "BSD-3-Clause",

"@wharfkit/antelope": "^0.7.3",
"eosio-signing-request": "^3.0.0-beta1",
"@wharfkit/signing-request": "^3.0.0",
"pako": "^2.0.4",

@@ -24,0 +24,0 @@ "tslib": "^2.1.0"

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

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

@@ -33,0 +33,0 @@ ---

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

@@ -4,0 +4,0 @@ export interface ABICacheInterface extends AbiProvider {

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