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

@devprotocol/dev-kit

Package Overview
Dependencies
Maintainers
3
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devprotocol/dev-kit - npm Package Compare versions

Comparing version 5.11.3 to 5.11.4

178

dist/dev-kit.d.ts

@@ -81,2 +81,3 @@ import { TransactionResponse, Provider } from '@ethersproject/abstract-provider';

readonly github: "0xeb85170bce4ea8a9ca0fb5b6620ab74ef111a50c";
readonly youtube: "0x53f8A1DEe0aF272d995aF1e206116172c00f2eb4";
};

@@ -90,2 +91,3 @@ };

readonly github: "0x0000000000000000000000000000000000000000";
readonly youtube: "0x7C7CDc82b195d4dcf9a789BD14CD1C73232025a8";
};

@@ -364,3 +366,3 @@ };

declare const devAbi: ({
declare const marketAbi: ({
inputs: {

@@ -374,21 +376,6 @@ internalType: string;

type: string;
anonymous?: undefined;
constant?: undefined;
name?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;
name: string;
type: string;
}[];
name: string;
type: string;
payable?: undefined;
stateMutability?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
constant: boolean;

@@ -409,6 +396,5 @@ inputs: {

type: string;
anonymous?: undefined;
})[];
declare const marketAbi: ({
declare const devAbi: ({
inputs: {

@@ -422,6 +408,21 @@ internalType: string;

type: string;
anonymous?: undefined;
name?: undefined;
constant?: undefined;
name?: undefined;
outputs?: undefined;
} | {
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;
name: string;
type: string;
}[];
name: string;
type: string;
payable?: undefined;
stateMutability?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
constant: boolean;

@@ -442,5 +443,6 @@ inputs: {

type: string;
anonymous?: undefined;
})[];
declare const lockupAbi: ({
declare const marketFactoryAbi: ({
inputs: {

@@ -491,18 +493,2 @@ internalType: string;

declare const marketBehaviorAbi: {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
}[];
declare const metricsAbi: ({

@@ -534,3 +520,3 @@ inputs: {

declare const marketFactoryAbi: ({
declare const metricsFactoryAbi: ({
inputs: {

@@ -581,4 +567,3 @@ internalType: string;

declare const policyAbi: {
constant: boolean;
declare const lockupAbi: ({
inputs: {

@@ -589,23 +574,8 @@ internalType: string;

}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
}[];
declare const propertyAbi: ({
inputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
name?: undefined;
constant?: undefined;
outputs?: undefined;

@@ -622,5 +592,8 @@ } | {

type: string;
payable?: undefined;
stateMutability?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
constant: boolean;
inputs: {

@@ -637,2 +610,3 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;

@@ -643,3 +617,3 @@ type: string;

declare const metricsFactoryAbi: ({
declare const policyFactoryAbi: ({
inputs: {

@@ -673,2 +647,15 @@ internalType: string;

constant: boolean;
inputs: never[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
anonymous?: undefined;
} | {
constant: boolean;
inputs: {

@@ -680,2 +667,17 @@ internalType: string;

name: string;
outputs: never[];
payable: boolean;
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
declare const policyAbi: {
constant: boolean;
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {

@@ -689,4 +691,3 @@ internalType: string;

type: string;
anonymous?: undefined;
})[];
}[];

@@ -739,4 +740,3 @@ declare const policyGroupAbi: ({

declare const metricsGroupAbi: {
constant: boolean;
declare const marketBehaviorAbi: {
inputs: {

@@ -753,3 +753,2 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;

@@ -801,3 +800,3 @@ type: string;

declare const propertyFactoryAbi: ({
declare const propertyAbi: ({
inputs: {

@@ -808,3 +807,2 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;

@@ -814,3 +812,2 @@ type: string;

name?: undefined;
constant?: undefined;
outputs?: undefined;

@@ -827,8 +824,5 @@ } | {

type: string;
payable?: undefined;
stateMutability?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
constant: boolean;
inputs: {

@@ -845,3 +839,2 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;

@@ -881,3 +874,3 @@ type: string;

declare const withdrawAbi: ({
declare const propertyFactoryAbi: ({
inputs: {

@@ -928,3 +921,4 @@ internalType: string;

declare const policyFactoryAbi: ({
declare const metricsGroupAbi: {
constant: boolean;
inputs: {

@@ -935,5 +929,22 @@ internalType: string;

}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
}[];
declare const withdrawAbi: ({
inputs: {
internalType: string;
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
anonymous?: undefined;

@@ -959,5 +970,3 @@ name?: undefined;

constant: boolean;
inputs: never[];
name: string;
outputs: {
inputs: {
internalType: string;

@@ -967,9 +976,4 @@ name: string;

}[];
payable: boolean;
stateMutability: string;
type: string;
anonymous?: undefined;
} | {
constant: boolean;
inputs: {
name: string;
outputs: {
internalType: string;

@@ -979,4 +983,2 @@ name: string;

}[];
name: string;
outputs: never[];
payable: boolean;

@@ -988,2 +990,7 @@ stateMutability: string;

declare type DevkitUtils = {
readonly execute: typeof execute;
};
declare const utils: DevkitUtils;
declare type Erc20Contract = {

@@ -1002,7 +1009,2 @@ readonly totalSupply: () => Promise<string>;

declare type DevkitUtils = {
readonly execute: typeof execute;
};
declare const utils: DevkitUtils;
declare type CreateGetVotablePolicyCaller = (policyGroup: PolicyGroupContract) => () => Promise<readonly string[]>;

@@ -1009,0 +1011,0 @@ declare const createGetVotablePolicy: CreateGetVotablePolicyCaller;

@@ -214,6 +214,4 @@ import * as _ethersproject_abstract_provider from '@ethersproject/abstract-provider';

declare const lockupAbi: ({
anonymous: boolean;
declare const marketAbi: ({
inputs: {
indexed: boolean;
internalType: string;

@@ -223,6 +221,6 @@ name: string;

}[];
name: string;
stateMutability: string;
type: string;
name?: undefined;
outputs?: undefined;
stateMutability?: undefined;
} | {

@@ -242,22 +240,5 @@ inputs: {

type: string;
anonymous?: undefined;
} | {
inputs: never[];
name: string;
outputs: {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
declare const propertyFactoryAbi: ({
declare const lockupAbi: ({
anonymous: boolean;

@@ -289,5 +270,21 @@ inputs: {

anonymous?: undefined;
} | {
inputs: never[];
name: string;
outputs: {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
declare const metricsFactoryAbi: ({
declare const marketFactoryAbi: ({
anonymous: boolean;

@@ -321,3 +318,3 @@ inputs: {

declare const policyAbi: ({
declare const propertyAbi: ({
inputs: {

@@ -360,5 +357,21 @@ internalType: string;

anonymous?: undefined;
} | {
inputs: never[];
name: string;
outputs: {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
declare const addressRegistryAbi: ({
declare const metricsFactoryAbi: ({
anonymous: boolean;

@@ -392,14 +405,3 @@ inputs: {

declare const propertyAbi: ({
inputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
name?: undefined;
outputs?: undefined;
} | {
declare const addressRegistryAbi: ({
anonymous: boolean;

@@ -414,4 +416,4 @@ inputs: {

type: string;
outputs?: undefined;
stateMutability?: undefined;
outputs?: undefined;
} | {

@@ -432,21 +434,5 @@ inputs: {

anonymous?: undefined;
} | {
inputs: never[];
name: string;
outputs: {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
declare const marketFactoryAbi: ({
declare const propertyFactoryAbi: ({
anonymous: boolean;

@@ -480,3 +466,3 @@ inputs: {

declare const marketAbi: ({
declare const policyAbi: ({
inputs: {

@@ -489,6 +475,9 @@ internalType: string;

type: string;
anonymous?: undefined;
name?: undefined;
outputs?: undefined;
} | {
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;

@@ -499,2 +488,12 @@ name: string;

name: string;
type: string;
stateMutability?: undefined;
outputs?: undefined;
} | {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {

@@ -507,4 +506,5 @@ internalType: string;

type: string;
anonymous?: undefined;
})[];
export { ContractFactory, CreateDevkitContract, CreateMetricsFactoryContract, CreatePropertyContract, CreateRegistryContract, DevContract, DevkitClient, DevkitContract, Erc20Contract, LockupContract, MarketContract, MarketFactoryContract, PolicyContract, PolicyFactoryContract, PropertyContract, PropertyFactoryContract, RegistryContract, STokensContract, WithdrawContract, addressRegistryAbi, client, contractFactory, createDevContract, createDevkitContract, createErc20Contract, createLockupContract, createMarketBehaviorContract, createMarketContract, createMarketFactoryContract, createMetricsContract, createMetricsFactoryContract, createPolicyContract, createPolicyFactoryContract, createPropertyContract, createPropertyFactoryContract, createRegistryContract, createSTokensContract, createWithdrawContract, lockupAbi, marketAbi, marketFactoryAbi, metricsFactoryAbi, policyAbi, propertyAbi, propertyFactoryAbi };

@@ -16,2 +16,3 @@ export const marketAddresses = {

github: '0xeb85170bce4ea8a9ca0fb5b6620ab74ef111a50c',
youtube: '0x53f8A1DEe0aF272d995aF1e206116172c00f2eb4',
},

@@ -25,4 +26,5 @@ },

github: '0x0000000000000000000000000000000000000000',
youtube: '0x7C7CDc82b195d4dcf9a789BD14CD1C73232025a8',
},
},
} as const
{
"name": "@devprotocol/dev-kit",
"version": "5.11.3",
"version": "5.11.4",
"description": "Dev Kit for JavaScript",

@@ -47,3 +47,3 @@ "author": "abyssparanoia",

"@typescript-eslint/parser": "5.10.1",
"eslint": "8.7.0",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",

@@ -50,0 +50,0 @@ "eslint-plugin-functional": "4.1.1",

Sorry, the diff of this file is too big to display

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