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

@wordpress/deprecated

Package Overview
Dependencies
Maintainers
25
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 3.34.0 to 3.35.0

3

build-module/index.js

@@ -41,4 +41,3 @@ /**

export default function deprecated(feature) {
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
export default function deprecated(feature, options = {}) {
const {

@@ -45,0 +44,0 @@ since,

@@ -52,4 +52,3 @@ "use strict";

function deprecated(feature) {
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
function deprecated(feature, options = {}) {
const {

@@ -56,0 +55,0 @@ since,

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

## 3.35.0 (2023-06-07)
## 3.34.0 (2023-05-24)

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

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

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

"@babel/runtime": "^7.16.0",
"@wordpress/hooks": "^3.34.0"
"@wordpress/hooks": "^3.35.0"
},

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

},
"gitHead": "c7c79cb11b677adcbf06cf5f8cfb6c5ec1699f19"
"gitHead": "a92f606309b1541b834ff9b0a76ed2a466fc45ed"
}

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