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.1.0-rc1 to 1.1.0

2

lib/contract.d.ts

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

hasTable(name: NameType): boolean;
table<RowType>(name: NameType, scope?: NameType, rowType?: any): Table<RowType | any>;
table<RowType = any>(name: NameType, scope?: NameType, rowType?: any): Table<RowType>;
get actionNames(): string[];

@@ -219,0 +219,0 @@ hasAction(name: NameType): boolean;

{
"name": "@wharfkit/contract",
"description": "ContractKit for Wharf",
"version": "1.1.0-rc1",
"version": "1.1.0",
"homepage": "https://github.com/wharfkit/contract",

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

@@ -75,3 +75,3 @@ import {

public table<RowType>(name: NameType, scope?: NameType, rowType?): Table<RowType | any> {
public table<RowType = any>(name: NameType, scope?: NameType, rowType?): Table<RowType> {
if (!this.hasTable(name)) {

@@ -78,0 +78,0 @@ throw new Error(`Contract (${this.account}) does not have a table named (${name})`)

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