Huge News!Announcing our $40M Series B led by Abstract Ventures.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.36 to 1.0.37

5

CHANGELOG.md

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

## [1.0.37] - 2024-11-04
### Added
- Enable test coverage. [#39961]
## [1.0.36] - 2024-08-29

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

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

@@ -171,0 +176,0 @@ [1.0.35]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.34...v1.0.35

5

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

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

"scripts": {
"test": "jest tests"
"test": "jest --config=tests/jest.config.cjs",
"test-coverage": "pnpm run test --coverage"
},

@@ -20,0 +21,0 @@ "dependencies": {

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