🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@avalabs/types

Package Overview
Dependencies
Maintainers
6
Versions
739
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalabs/types - npm Package Compare versions

Comparing version

to
3.1.0-canary.1798929.0

dist/index.cjs

4

dist/index.d.ts

@@ -8,2 +8,3 @@ interface Contact {

addressXP?: string;
addressSVM?: string;
}

@@ -48,2 +49,3 @@ interface ContactsState {

export { Contact, ContactsState, CoreAccount, CoreAccountType, CoreImportedAccount, CorePrimaryAccount, WalletType };
export { CoreAccountType, WalletType };
export type { Contact, ContactsState, CoreAccount, CoreImportedAccount, CorePrimaryAccount };

@@ -8,2 +8,3 @@ interface Contact {

addressXP?: string;
addressSVM?: string;
}

@@ -14,2 +15,2 @@ interface ContactsState {

export { Contact, ContactsState };
export type { Contact, ContactsState };

@@ -35,2 +35,3 @@ declare enum CoreAccountType {

export { CoreAccount, CoreAccountType, CoreImportedAccount, CorePrimaryAccount, WalletType };
export { CoreAccountType, WalletType };
export type { CoreAccount, CoreImportedAccount, CorePrimaryAccount };
{
"name": "@avalabs/types",
"version": "3.1.0-canary.1784917.0+1784917",
"version": "3.1.0-canary.1798929.0+1798929",
"license": "MIT",
"private": false,
"main": "dist/index.js",
"type": "module",
"main": "dist/index.cjs",
"module": "esm/index.js",
"typings": "dist/index.d.ts",
"exports": {
".": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js",
"require": "./dist/index.cjs",
"default": "./esm/index.js"
}
},
"files": [

@@ -17,5 +26,5 @@ "dist",

"build": "rollup -c",
"lint": "eslint --fix -c ./.eslintrc.js \"src/**/*.ts*\""
"lint": "eslint --fix -c ./.eslintrc.cjs \"src/**/*.ts*\""
},
"gitHead": "17849175d31ed145cd47af35cdb01bcbf31eaf67"
"gitHead": "1798929fdb8ac510a3d2962903b5d853cc4ef9e6"
}