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

@wordpress/keycodes

Package Overview
Dependencies
Maintainers
0
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/keycodes - npm Package Compare versions

Comparing version 4.14.0 to 4.15.0

2

CHANGELOG.md

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

## 4.15.0 (2025-01-02)
## 4.14.0 (2024-12-11)

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

2

LICENSE.md
## Gutenberg
Copyright 2016-2024 by the contributors
Copyright 2016-2025 by the contributors

@@ -5,0 +5,0 @@ **License for Contributions (on and after April 15, 2021)**

{
"name": "@wordpress/keycodes",
"version": "4.14.0",
"version": "4.15.0",
"description": "Keycodes utilities for WordPress. Used to check for keyboard events across browsers/operating systems.",

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

"@babel/runtime": "7.25.7",
"@wordpress/i18n": "*"
"@wordpress/i18n": "^5.15.0"
},

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

},
"gitHead": "b432c18934c9db866b6dba7d37517a4e97d642e3"
"gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45"
}
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types"
},
"references": [ { "path": "../i18n" } ],
"include": [ "src/**/*" ]
"references": [ { "path": "../i18n" } ]
}

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