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

@wordpress/undo-manager

Package Overview
Dependencies
Maintainers
23
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/undo-manager - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

8

build-types/index.d.ts

@@ -7,6 +7,6 @@ /**

export function createUndoManager(): UndoManager;
export type HistoryRecord = import('./types').HistoryRecord;
export type HistoryChange = import('./types').HistoryChange;
export type HistoryChanges = import('./types').HistoryChanges;
export type UndoManager = import('./types').UndoManager;
export type HistoryRecord = import("./types").HistoryRecord;
export type HistoryChange = import("./types").HistoryChange;
export type HistoryChanges = import("./types").HistoryChanges;
export type UndoManager = import("./types").UndoManager;
//# sourceMappingURL=index.d.ts.map

@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->

## 1.4.0 (2024-07-24)
## 1.3.0 (2024-07-10)

@@ -7,0 +9,0 @@

{
"name": "@wordpress/undo-manager",
"version": "1.3.0",
"version": "1.4.0",
"description": "A small package to manage undo/redo.",

@@ -33,3 +33,3 @@ "author": "The WordPress Contributors",

"@babel/runtime": "^7.16.0",
"@wordpress/is-shallow-equal": "^5.3.0"
"@wordpress/is-shallow-equal": "^5.4.0"
},

@@ -39,3 +39,3 @@ "publishConfig": {

},
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
"gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
}

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