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

@wordpress/router

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/router - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

build-module/lock-unlock.js

@@ -8,3 +8,3 @@ /**

unlock
} = __dangerousOptInToUnstableAPIsOnlyForCoreModules('I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.', '@wordpress/router');
} = __dangerousOptInToUnstableAPIsOnlyForCoreModules('I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.', '@wordpress/router');
//# sourceMappingURL=lock-unlock.js.map

@@ -15,5 +15,5 @@ "use strict";

unlock
} = (0, _privateApis.__dangerousOptInToUnstableAPIsOnlyForCoreModules)('I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.', '@wordpress/router');
} = (0, _privateApis.__dangerousOptInToUnstableAPIsOnlyForCoreModules)('I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.', '@wordpress/router');
exports.unlock = unlock;
exports.lock = lock;
//# sourceMappingURL=lock-unlock.js.map

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

## 1.2.0 (2024-06-26)
## 1.1.0 (2024-06-15)

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

{
"name": "@wordpress/router",
"version": "1.1.0",
"version": "1.2.0",
"description": "Router API for WordPress pages.",

@@ -30,5 +30,5 @@ "author": "The WordPress Contributors",

"@babel/runtime": "^7.16.0",
"@wordpress/element": "^6.1.0",
"@wordpress/private-apis": "^1.1.0",
"@wordpress/url": "^4.1.0",
"@wordpress/element": "^6.2.0",
"@wordpress/private-apis": "^1.2.0",
"@wordpress/url": "^4.2.0",
"history": "^5.3.0"

@@ -42,3 +42,3 @@ },

},
"gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
}

@@ -8,4 +8,4 @@ /**

__dangerousOptInToUnstableAPIsOnlyForCoreModules(
'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.',
'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',
'@wordpress/router'
);

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