New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/keycodes

Package Overview
Dependencies
Maintainers
10
Versions
181
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

to
2.6.0

1

build-module/platform.native.js

@@ -10,3 +10,2 @@ /**

*/
// eslint-disable-next-line no-unused-vars

@@ -13,0 +12,0 @@ export function isAppleOS() {

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

*/
// eslint-disable-next-line no-unused-vars
function isAppleOS() {

@@ -22,0 +21,0 @@ return _reactNative.Platform.OS === 'ios';

4

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

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

},
"gitHead": "2080b50d4a41c9f746485519d1dc368dd9d9354d"
"gitHead": "989502eccaadee1ea7666d6d9fb9f4d08b274546"
}

@@ -11,5 +11,4 @@ /**

*/
// eslint-disable-next-line no-unused-vars
export function isAppleOS() {
return Platform.OS === 'ios';
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet