Socket
Socket
Sign inDemoInstall

@lingui/babel-plugin-extract-messages

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/babel-plugin-extract-messages - npm Package Compare versions

Comparing version 3.11.1 to 3.12.0

3

index.js

@@ -259,3 +259,4 @@ "use strict";

cwd: file.opts.filename,
skipValidation: true
skipValidation: true,
configPath: this.opts.configPath
})); // Ignore else path for now. Collision is possible if other plugin is

@@ -262,0 +263,0 @@ // using the same Symbol('I18nMessages').

{
"name": "@lingui/babel-plugin-extract-messages",
"version": "3.11.1",
"version": "3.12.0",
"description": "Babel plugin for collecting messages from source code for internationalization",

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

"@babel/runtime": "^7.11.2",
"@lingui/conf": "^3.11.1",
"@lingui/conf": "^3.12.0",
"mkdirp": "^1.0.4"
}
}
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