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 0.4.3 to 1.0.0

10

lib/contract.d.ts

@@ -155,5 +155,2 @@ import { ABI, APIClient, API, ABIDef, NameType, Name, PermissionLevelType, BytesType, ABISerializableObject, Action, Blob } from '@wharfkit/antelope';

* Each key-value pair in the queryParams object corresponds to a field and its expected value in the table.
* @param {GetTableRowsOptions} options - Options for retrieving the table rows.
* May include:
* - `limit`: Maximum number of rows to return.
* @returns {TableCursor<TableRow>} Promise resolving to a `TableCursor` of the filtered table rows.

@@ -165,2 +162,3 @@ */

*
* @param {API.v1.TableIndexType | string} value - The value to match against the index.
* @param {QueryParams} queryParams - Query parameters to identify a single row (eg. `{ id: 1 }`).

@@ -174,5 +172,4 @@ * Each key-value pair in the queryParams object corresponds to a field and its expected value in the table.

*
* @param {GetTableRowsOptions} options - Options for retrieving the table rows.
* May include:
* - `limit`: Maximum number of rows to return.
* @param {number} maxRows - The maximum number of rows to return.
* @param {QueryParams} queryParams - Query parameters to filter rows.
* @returns {TableCursor<TableRow>} Promise resolving to a `TableCursor` of the table rows.

@@ -218,3 +215,2 @@ */

* @param {ContractArgs} args - The required arguments for a contract.
* @param {ContractOptions} options - The options for the contract.
*/

@@ -221,0 +217,0 @@ constructor(args: ContractArgs);

{
"name": "@wharfkit/contract",
"description": "ContractKit for Wharf",
"version": "0.4.3",
"version": "1.0.0",
"homepage": "https://github.com/wharfkit/contract",

@@ -19,9 +19,9 @@ "license": "BSD-3-Clause",

"dependencies": {
"@wharfkit/abicache": "^1.1.1",
"@wharfkit/antelope": "^0.8.0",
"@wharfkit/signing-request": "^3.0.0",
"@wharfkit/abicache": "^1.2.0",
"@wharfkit/antelope": "^1.0.0",
"@wharfkit/signing-request": "^3.1.0",
"tslib": "^2.1.0"
},
"resolutions": {
"@wharfkit/antelope": "^0.8.0"
"@wharfkit/antelope": "^1.0.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -20,3 +20,3 @@ # Contract Kit

# or
npm install --save @wharfkit/
npm install --save @wharfkit/contract
```

@@ -23,0 +23,0 @@

@@ -51,3 +51,2 @@ import {

* @param {ContractArgs} args - The required arguments for a contract.
* @param {ContractOptions} options - The options for the contract.
*/

@@ -54,0 +53,0 @@ constructor(args: ContractArgs) {

@@ -107,5 +107,2 @@ import {ABI, ABIDef, API, APIClient, Name, NameType, Serializer} from '@wharfkit/antelope'

* Each key-value pair in the queryParams object corresponds to a field and its expected value in the table.
* @param {GetTableRowsOptions} options - Options for retrieving the table rows.
* May include:
* - `limit`: Maximum number of rows to return.
* @returns {TableCursor<TableRow>} Promise resolving to a `TableCursor` of the filtered table rows.

@@ -157,2 +154,3 @@ */

*
* @param {API.v1.TableIndexType | string} value - The value to match against the index.
* @param {QueryParams} queryParams - Query parameters to identify a single row (eg. `{ id: 1 }`).

@@ -214,5 +212,4 @@ * Each key-value pair in the queryParams object corresponds to a field and its expected value in the table.

*
* @param {GetTableRowsOptions} options - Options for retrieving the table rows.
* May include:
* - `limit`: Maximum number of rows to return.
* @param {number} maxRows - The maximum number of rows to return.
* @param {QueryParams} queryParams - Query parameters to filter rows.
* @returns {TableCursor<TableRow>} Promise resolving to a `TableCursor` of the table rows.

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