Socket
Socket
Sign inDemoInstall

@lingui/macro

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/macro - npm Package Compare versions

Comparing version 2.7.4 to 2.8.0

2

js.js

@@ -261,3 +261,3 @@ "use strict";

if (t.isTemplateElement(item)) {
props.text += item.value.raw;
props.text += item.value.raw.replace(/\\`/g, "`");
} else if (t.isCallExpression(item) && (isI18nMethod(item.callee) || isChoiceMethod(item.callee) || isFormatMethod(item.callee))) {

@@ -264,0 +264,0 @@ var _transformMethod = transformMethod(item, file, (0, _extends3.default)({}, props, {

{
"name": "@lingui/macro",
"version": "2.7.4",
"version": "2.8.0",
"description": "Macro for generating messages in ICU MessageFormat syntax",

@@ -25,5 +25,5 @@ "main": "index.js",

"dependencies": {
"@lingui/babel-plugin-transform-react": "2.7.4",
"babel-plugin-macros": "^2.2.0"
"@lingui/babel-plugin-transform-react": "2.8.0",
"babel-plugin-macros": "^2.5.1"
}
}

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