You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

@avalabs/types

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.00bb330.0

@@ -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.8946930.0+8946930",
"version": "3.1.0-canary.00bb330.0+00bb330",
"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": "89469303466c4b72ce16543490cc6264e5f46e4c"
"gitHead": "00bb3303afbb6fb59b9be8c9e3f4d851d51d37b0"
}