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

@wharfkit/contract

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wharfkit/contract - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

7

lib/contract.d.ts

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

import { ABI, APIClient, API, ABIDef, NameType, Name, PermissionLevelType, BytesType, ABISerializableObject, Action, Blob } from '@wharfkit/antelope';
import * as _wharfkit_antelope from '@wharfkit/antelope';
import { ABI, APIClient, API, Name, ABIDef, NameType, PermissionLevelType, BytesType, ABISerializableObject, Action, Blob } from '@wharfkit/antelope';
import { ABICacheInterface } from '@wharfkit/abicache';

@@ -44,2 +45,6 @@

/**
* Get the current next key value to use for the lower_bounds parameter in the next API request.
*/
get nextkey(): string | (Name | _wharfkit_antelope.UInt64 | _wharfkit_antelope.UInt128 | _wharfkit_antelope.Float64 | _wharfkit_antelope.Checksum256 | _wharfkit_antelope.Checksum160) | undefined;
/**
* Implements the async iterator protocol for the cursor.

@@ -46,0 +51,0 @@ *

@@ -98,2 +98,5 @@ 'use strict';

}
get nextkey() {
return this.next_key;
}
[Symbol.asyncIterator]() {

@@ -100,0 +103,0 @@ return tslib.__asyncGenerator(this, arguments, function* _a() {

@@ -96,2 +96,5 @@ import { isInstanceOf, UInt128, UInt64, Float64, Checksum256, Checksum160, Name, Serializer, ABI, Blob, PermissionLevel, Action, Transaction } from '@wharfkit/antelope';

}
get nextkey() {
return this.next_key;
}
async *[Symbol.asyncIterator]() {

@@ -98,0 +101,0 @@ while (true) {

2

package.json
{
"name": "@wharfkit/contract",
"description": "ContractKit for Wharf",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/wharfkit/contract",

@@ -6,0 +6,0 @@ "license": "BSD-3-Clause",

@@ -72,2 +72,9 @@ import {ABI, ABIDef, API, APIClient, Name} from '@wharfkit/antelope'

/**
* Get the current next key value to use for the lower_bounds parameter in the next API request.
*/
get nextkey() {
return this.next_key
}
/**
* Implements the async iterator protocol for the cursor.

@@ -74,0 +81,0 @@ *

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