You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@wordpress/url

Package Overview
Dependencies
Maintainers
23
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/url - npm Package Compare versions

Comparing version
4.14.0
to
4.15.0
+2
-0
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 @@

+1
-1
## 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/url",
"version": "4.14.0",
"version": "4.15.0",
"description": "WordPress URL utilities.",

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

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