Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@avalabs/types

Package Overview
Dependencies
Maintainers
15
Versions
610
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 2.8.0-alpha.18 to 2.8.0-alpha.19

esm/contacts.d.ts

14

dist/index.d.ts

@@ -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 };

1

dist/index.js
'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"
}
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