Socket
Socket
Sign inDemoInstall

@trezor/connect-common

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/connect-common - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

lib/storage.d.ts

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 0.0.11
- refactor storage
- `storage.load(key)` -> `storage.load().key`
- `storage.save(key, value)` -> `storage.save(state => ({ ...state, key: value }))`
- versioning of storage
# 0.0.10

@@ -2,0 +9,0 @@

2

files/firmware/2/releases.json

@@ -12,3 +12,3 @@ [

"fingerprint_bitcoinonly": "c094c84ba958129885fa725ee6ddb781b580fd2c7851e83aef9054ba4a10526c",
"notes": "https://blog.trezor.io/trezor-suite-update-and-trezor-model-t-firmware-november-2022-3aff90dc30a3",
"notes": "https://blog.trezor.io/trezor-suite-and-trezor-model-t-firmware-update-november-2022-a0b30bb0abf5",
"changelog": "* Add SLIP-0025 CoinJoin accounts. \n* Show red error header when Trezor doesn't see USB data connection. \n* Add support for Zcash unified addresses. \n* Show fee rate when replacing transaction. \n* Optimize the signing of BTC transactions. \n* Support for Cardano CIP-36 governance registration format. \n* Extend decimals of fee rate to 2 digits. \n* Display only “sat” instead of “sat BTC”. \n* Fix sending XMR transaction to an integrated address. \n* Fix XMR primary address display."

@@ -15,0 +15,0 @@ },

@@ -1,2 +0,3 @@

export declare const index: () => void;
import * as storage from './storage';
export { storage };
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.index = void 0;
var index = function () { };
exports.index = index;
exports.storage = void 0;
var storage = require("./storage");
exports.storage = storage;
//# sourceMappingURL=index.js.map
{
"name": "@trezor/connect-common",
"version": "0.0.10",
"author": "Trezor <info@trezor.io>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-common",
"keywords": [
"Trezor",
"trezor-connect"
],
"repository": {
"type": "git",
"url": "git://github.com/trezor/trezor-suite.git"
},
"bugs": {
"url": "https://github.com/trezor/trezor-suite/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"description": "Collection of assets and utils used by trezor-connect library.",
"main": "./lib/index.js",
"files": [
"lib/",
"files/**/*.json",
"files/**/*.txt",
"CHANGELOG.md",
"!**/*.map"
],
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --coverage",
"build:lib": "rimraf lib && yarn tsc --build ./tsconfig.lib.json",
"type-check": "tsc --build tsconfig.json"
},
"devDependencies": {
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"typescript": "4.7.4"
}
}
"name": "@trezor/connect-common",
"version": "0.0.11",
"author": "Trezor <info@trezor.io>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-common",
"keywords": [
"Trezor",
"trezor-connect"
],
"repository": {
"type": "git",
"url": "git://github.com/trezor/trezor-suite.git"
},
"bugs": {
"url": "https://github.com/trezor/trezor-suite/issues"
},
"npmPublishAccess": "public",
"license": "SEE LICENSE IN LICENSE.md",
"description": "Collection of assets and utils used by trezor-connect library.",
"main": "./lib/index.js",
"files": [
"lib/",
"files/**/*.json",
"files/**/*.txt",
"CHANGELOG.md",
"!**/*.map"
],
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --coverage",
"build:lib": "rimraf lib && yarn tsc --build ./tsconfig.lib.json",
"type-check": "tsc --build tsconfig.json",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"devDependencies": {
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"tsx": "^3.8.2",
"typescript": "4.9.3"
}
}
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