@avalabs/types
Advanced tools
Comparing version 2.8.0-alpha.18 to 2.8.0-alpha.19
@@ -1,2 +0,12 @@ | ||
export * from './src/contacts'; | ||
//# sourceMappingURL=index.d.ts.map | ||
interface Contact { | ||
id: string; | ||
name: string; | ||
address: string; | ||
isKnown?: boolean; | ||
addressBTC?: string; | ||
} | ||
interface ContactsState { | ||
contacts: Contact[]; | ||
} | ||
export { Contact, ContactsState }; |
'use strict'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@avalabs/types", | ||
"version": "2.8.0-alpha.18", | ||
"version": "2.8.0-alpha.19", | ||
"license": "MIT", | ||
"private": false, | ||
"main": "dist/index.js", | ||
"private": false, | ||
"module": "esm/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"esm" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"start": "rollup -c --watch", | ||
"build": "rollup -c", | ||
"build:prod": "rollup -c --environment BUILD:production", | ||
"lint": "eslint --fix -c ./.eslintrc.js \"src/**/*.ts*\"" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-json": "4.1.0", | ||
"@rollup/plugin-typescript": "8.2.1", | ||
"@zerollup/ts-transform-paths": "1.7.18", | ||
"rollup": "2.47.0", | ||
"rollup-plugin-commonjs": "10.1.0", | ||
"rollup-plugin-delete": "2.0.0", | ||
"rollup-plugin-typescript2": "0.30.0", | ||
"ttypescript": "1.5.12" | ||
}, | ||
"gitHead": "b7c7ceb8c50cec46b9970aab623830927b02729a" | ||
"gitHead": "b205f662a59b075e54d639dd92cb729080dbe707" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
1
952
8
24