Socket
Socket
Sign inDemoInstall

@lingui/macro

Package Overview
Dependencies
94
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.8.3 to 3.8.4

3

macroJs.js

@@ -329,2 +329,5 @@ "use strict";

value: function clearBackslashes(value) {
// it's an unicode char so we should keep them
if (value.includes("\\u")) return value; // if not we replace the extra scaped literals
return value.replace(removeExtraScapedLiterals, "`");

@@ -331,0 +334,0 @@ }

@@ -337,2 +337,5 @@ "use strict";

value: function clearBackslashes(value) {
// it's an unicode char so we should keep them
if (value.includes("\\u")) return value; // if not we replace the extra scaped literals
return value.replace(removeExtraScapedLiterals, "`");

@@ -339,0 +342,0 @@ }

4

package.json
{
"name": "@lingui/macro",
"version": "3.8.3",
"version": "3.8.4",
"description": "Macro for generating messages in ICU MessageFormat syntax",

@@ -33,3 +33,3 @@ "main": "index.js",

"@babel/runtime": "^7.11.2",
"@lingui/conf": "^3.8.3",
"@lingui/conf": "^3.8.4",
"ramda": "^0.27.1"

@@ -36,0 +36,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc