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

@metamask/keyring-api

Package Overview
Dependencies
Maintainers
12
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/keyring-api - npm Package Compare versions

Comparing version 5.1.0 to 6.0.0

13

CHANGELOG.md

@@ -10,2 +10,12 @@ # Changelog

## [6.0.0]
### Changed
- **BREAKING**: Add `importTime` property to `InternalAccount` metadata ([#289](https://github.com/MetaMask/keyring-api/pull/289))
- Bump tar from 6.1.15 to 6.2.1 ([#286](https://github.com/MetaMask/keyring-api/pull/286))
- Bump @metamask/snaps-sdk from 3.2.0 to 4.0.0 ([#287](https://github.com/MetaMask/keyring-api/pull/287))
- Add documentation for `eth_decodeUserOperationCallData` ([#254](https://github.com/MetaMask/keyring-api/pull/254))
- Bump @metamask/snaps-sdk from 3.1.1 to 3.2.0 ([#284](https://github.com/MetaMask/keyring-api/pull/284))
## [5.1.0]

@@ -256,3 +266,4 @@

[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
[5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0

@@ -259,0 +270,0 @@ [5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0

@@ -10,2 +10,3 @@ import type { Infer } from 'superstruct';

name: string;
importTime: number;
keyring: {

@@ -24,2 +25,3 @@ type: string;

name: string;
importTime: number;
keyring: {

@@ -46,2 +48,3 @@ type: string;

lastSelected: import("superstruct").Struct<number | import("../superstruct").ExactOptionalTag, null>;
importTime: import("superstruct").Struct<number, null>;
keyring: import("superstruct").Struct<{

@@ -48,0 +51,0 @@ type: string;

@@ -17,2 +17,3 @@ "use strict";

lastSelected: (0, superstruct_2.exactOptional)((0, superstruct_1.number)()),
importTime: (0, superstruct_1.number)(),
keyring: (0, superstruct_2.object)({

@@ -19,0 +20,0 @@ type: (0, superstruct_1.string)(),

4

package.json
{
"name": "@metamask/keyring-api",
"version": "5.1.0",
"version": "6.0.0",
"description": "MetaMask Keyring API",

@@ -41,3 +41,3 @@ "keywords": [

"dependencies": {
"@metamask/snaps-sdk": "^3.1.1",
"@metamask/snaps-sdk": "^4.0.0",
"@metamask/utils": "^8.3.0",

@@ -44,0 +44,0 @@ "@types/uuid": "^9.0.1",

Sorry, the diff of this file is not supported yet

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