Socket
Socket
Sign inDemoInstall

@wordpress/i18n

Package Overview
Dependencies
Maintainers
21
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/i18n - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

6

package.json
{
"name": "@wordpress/i18n",
"version": "4.2.2",
"version": "4.2.3",
"description": "WordPress internationalization (i18n) library.",

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

"@babel/runtime": "^7.13.10",
"@wordpress/hooks": "^3.2.0",
"@wordpress/hooks": "^3.2.1",
"gettext-parser": "^1.3.1",

@@ -44,3 +44,3 @@ "lodash": "^4.17.21",

},
"gitHead": "98c42a7187f788fe3e023f04df7f5dcbdae4e4e7"
"gitHead": "8f7f052bc04e3f4eb50f479ced14be1489b9fa79"
}

@@ -13,3 +13,3 @@ # Internationalization (i18n)

_This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as IE browsers then using [core-js](https://github.com/zloirock/core-js) will add polyfills for these methods._
_This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for such language features and APIs, you should include [the polyfill shipped in `@wordpress/babel-preset-default`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default#polyfill) in your code._

@@ -16,0 +16,0 @@ ## Usage

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