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

@wordpress/deprecated

Package Overview
Dependencies
Maintainers
23
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/deprecated - npm Package Compare versions

Comparing version 4.3.0 to 4.4.0

9

build-types/index.d.ts

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

export const logged: Record<string, true | undefined>;
export type DeprecatedOptions = import('utility-types').NonUndefined<[feature: string, options?: {
since?: string | undefined;
version?: string | undefined;
alternative?: string | undefined;
plugin?: string | undefined;
link?: string | undefined;
hint?: string | undefined;
} | undefined][1]>;
export type DeprecatedOptions = import("utility-types").NonUndefined<Parameters<typeof deprecated>[1]>;
//# sourceMappingURL=index.d.ts.map

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.4.0 (2024-07-24)
## 4.3.0 (2024-07-10)

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

{
"name": "@wordpress/deprecated",
"version": "4.3.0",
"version": "4.4.0",
"description": "Deprecation utility for WordPress.",

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

"@babel/runtime": "^7.16.0",
"@wordpress/hooks": "^4.3.0"
"@wordpress/hooks": "^4.4.0"
},

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

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

Sorry, the diff of this file is not supported yet

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