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

@metamask/snaps-registry

Package Overview
Dependencies
Maintainers
10
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/snaps-registry - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

7

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [3.2.2]
### Changed
- Bump `@metamask/utils` from `^9.0.0` to `^10.0.0` ([#923](https://github.com/MetaMask/snaps-registry/pull/923))
## [3.2.1]

@@ -90,3 +94,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...v3.2.1

@@ -93,0 +98,0 @@ [3.2.0]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...v3.2.0

11

dist/index.d.ts

@@ -56,3 +56,3 @@ import type { Infer } from '@metamask/superstruct';

}[] | undefined;
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | undefined;
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined;
tags?: string[] | undefined;

@@ -96,3 +96,3 @@ support?: {

}[] | undefined;
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | undefined;
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined;
tags?: string[] | undefined;

@@ -140,3 +140,3 @@ support?: {

}>>;
category: import("@metamask/superstruct").Struct<"notifications" | "interoperability" | "transaction insights" | "account management" | undefined, {
category: import("@metamask/superstruct").Struct<"notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined, {
notifications: "notifications";

@@ -146,2 +146,3 @@ interoperability: "interoperability";

"account management": "account management";
"name resolution": "name resolution";
}>;

@@ -223,3 +224,3 @@ tags: import("@metamask/superstruct").Struct<string[] | undefined, import("@metamask/superstruct").Struct<string, null>>;

}[] | undefined;
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | undefined;
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined;
tags?: string[] | undefined;

@@ -279,3 +280,3 @@ support?: {

}[] | undefined;
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | undefined;
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined;
tags?: string[] | undefined;

@@ -282,0 +283,0 @@ support?: {

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

'account management',
'name resolution',
])),

@@ -62,0 +63,0 @@ tags: (0, superstruct_1.optional)((0, superstruct_1.array)((0, superstruct_1.string)())),

{
"name": "@metamask/snaps-registry",
"version": "3.2.1",
"version": "3.2.2",
"description": "A registry containing metadata about verified and blocked Snaps.",

@@ -34,3 +34,3 @@ "repository": {

"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^9.0.0",
"@metamask/utils": "^10.0.0",
"@noble/curves": "^1.2.0",

@@ -46,5 +46,5 @@ "@noble/hashes": "^1.3.2"

"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/snaps-controllers": "^8.2.0",
"@metamask/snaps-sdk": "^4.3.0",
"@metamask/snaps-utils": "^7.4.0",
"@metamask/snaps-controllers": "^9.11.1",
"@metamask/snaps-sdk": "^6.9.0",
"@metamask/snaps-utils": "^8.4.1",
"@noble/curves": "^1.2.0",

@@ -51,0 +51,0 @@ "@types/jest": "^28.1.6",

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