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

@automattic/babel-plugin-replace-textdomain

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automattic/babel-plugin-replace-textdomain - npm Package Compare versions

Comparing version 1.0.35 to 1.0.36

5

CHANGELOG.md

@@ -8,2 +8,6 @@ # Changelog

## [1.0.36] - 2024-08-29
### Changed
- Internal updates.
## [1.0.35] - 2024-06-12

@@ -165,2 +169,3 @@ ### Changed

[1.0.36]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.35...v1.0.36
[1.0.35]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.34...v1.0.35

@@ -167,0 +172,0 @@ [1.0.34]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.33...v1.0.34

2

package.json
{
"name": "@automattic/babel-plugin-replace-textdomain",
"version": "1.0.35",
"version": "1.0.36",
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme",

@@ -53,3 +53,3 @@ const pluginName = require( '../package.json' ).name;

const funcName = t.isMemberExpression( callee ) ? callee.property.name : callee.name;
if ( ! functions.hasOwnProperty( funcName ) ) {
if ( ! Object.hasOwn( functions, funcName ) ) {
return;

@@ -56,0 +56,0 @@ }

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