Socket
Socket
Sign inDemoInstall

@metamask/base-controller

Package Overview
Dependencies
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/base-controller - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

24

CHANGELOG.md

@@ -9,13 +9,18 @@ # Changelog

## [1.1.2]
### Changed
- Rename this repository to `core` ([#1031](https://github.com/MetaMask/controllers/pull/1031))
- Update `@metamask/controller-utils` package ([#1041](https://github.com/MetaMask/controllers/pull/1041))
## [1.1.1]
### Changed
- Relax dependency on `@metamask/controller-utils` (use `^` instead of `~`) ([#998](https://github.com/MetaMask/controllers/pull/998))
- Relax dependency on `@metamask/controller-utils` (use `^` instead of `~`) ([#998](https://github.com/MetaMask/core/pull/998))
## [1.1.0]
### Added
- Add `applyPatches` function to BaseControllerV2 ([#980](https://github.com/MetaMask/controllers/pull/980))
- Add `applyPatches` function to BaseControllerV2 ([#980](https://github.com/MetaMask/core/pull/980))
### Changed
- Action and event handler types are now exported ([#987](https://github.com/MetaMask/controllers/pull/987))
- Update `update` function to expose patches ([#980](https://github.com/MetaMask/controllers/pull/980))
- Action and event handler types are now exported ([#987](https://github.com/MetaMask/core/pull/987))
- Update `update` function to expose patches ([#980](https://github.com/MetaMask/core/pull/980))

@@ -25,3 +30,3 @@ ## [1.0.0]

- Initial release
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/controllers/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/controllers/tree/v33.0.0), namely:
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
- `src/BaseController.ts`

@@ -38,5 +43,6 @@ - `src/BaseController.test.ts`

[Unreleased]: https://github.com/MetaMask/controllers/compare/@metamask/base-controller@1.1.1...HEAD
[1.1.1]: https://github.com/MetaMask/controllers/compare/@metamask/base-controller@1.1.0...@metamask/base-controller@1.1.1
[1.1.0]: https://github.com/MetaMask/controllers/compare/@metamask/base-controller@1.0.0...@metamask/base-controller@1.1.0
[1.0.0]: https://github.com/MetaMask/controllers/releases/tag/@metamask/base-controller@1.0.0
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@1.1.2...HEAD
[1.1.2]: https://github.com/MetaMask/core/compare/@metamask/base-controller@1.1.1...@metamask/base-controller@1.1.2
[1.1.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@1.1.0...@metamask/base-controller@1.1.1
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@1.0.0...@metamask/base-controller@1.1.0
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/base-controller@1.0.0
{
"name": "@metamask/base-controller",
"version": "1.1.1",
"version": "1.1.2",
"description": "Provides scaffolding for controllers as well a communication system for all controllers",

@@ -9,9 +9,9 @@ "keywords": [

],
"homepage": "https://github.com/MetaMask/controllers/tree/main/packages/base-controller#readme",
"homepage": "https://github.com/MetaMask/core/tree/main/packages/base-controller#readme",
"bugs": {
"url": "https://github.com/MetaMask/controllers/issues"
"url": "https://github.com/MetaMask/core/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/controllers.git"
"url": "https://github.com/MetaMask/core.git"
},

@@ -33,3 +33,3 @@ "license": "MIT",

"dependencies": {
"@metamask/controller-utils": "^1.0.0",
"@metamask/controller-utils": "^2.0.0",
"immer": "^9.0.6"

@@ -36,0 +36,0 @@ },

@@ -15,2 +15,2 @@ # `@metamask/base-controller`

This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/controllers#readme).
This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/core#readme).
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