Socket
Socket
Sign inDemoInstall

@wordpress/url

Package Overview
Dependencies
Maintainers
0
Versions
174
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.1.0 to 4.2.0

22

CHANGELOG.md

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

## 4.2.0 (2024-06-26)
## 4.1.0 (2024-06-15)

@@ -128,3 +130,3 @@

### New Feature
### New Features

@@ -135,3 +137,3 @@ - Added new `normalizePath` function ([#35992](https://github.com/WordPress/gutenberg/pull/35992)).

### Bug Fix
### Bug Fixes

@@ -155,3 +157,3 @@ - Removed unused `react-native-url-polyfill` dependency ([#34687](https://github.com/WordPress/gutenberg/pull/34687)).

### New Feature
### New Features

@@ -162,3 +164,3 @@ - Add optional argument `maxLength` for truncating URL in `filterURLForDisplay`

### New Feature
### New Features

@@ -169,3 +171,3 @@ - Added `getPathAndQueryString`.

### Bug fix
### Bug Fixes

@@ -176,3 +178,3 @@ - `addQueryArgs` arguments are optional ([#21926](https://github.com/WordPress/gutenberg/pull/21926))

### New feature
### New Features

@@ -204,3 +206,3 @@ - Include TypeScript type declarations ([#18942](https://github.com/WordPress/gutenberg/pull/18942))

### Bug fixes
### Bug Fixes

@@ -235,3 +237,3 @@ - The `isValidProtocol` function now correctly considers the protocol of the URL as only incoporating characters up to and including the colon (':').

### New Feature
### New Features

@@ -242,3 +244,3 @@ - Added `safeDecodeURI`.

### Bug Fix
### Bug Fixes

@@ -249,4 +251,4 @@ - Fix typo in the `qs` dependency definition in the `package.json`

### Breaking Change
### Breaking Changes
- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods.
{
"name": "@wordpress/url",
"version": "4.1.0",
"version": "4.2.0",
"description": "WordPress URL utilities.",

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

},
"gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
}
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