@avalabs/types
Advanced tools
Comparing version
@@ -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" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
5993
5.01%100
4.17%Yes
NaN