Socket
Socket
Sign inDemoInstall

@lingui/babel-plugin-extract-messages

Package Overview
Dependencies
Maintainers
3
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 4.0.0-next.3 to 4.0.0-next.4

./dist/index.cjs

20

package.json
{
"name": "@lingui/babel-plugin-extract-messages",
"version": "4.0.0-next.3",
"version": "4.0.0-next.4",
"description": "Babel plugin for collecting messages from source code for internationalization",
"main": "./build/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"author": {

@@ -20,6 +22,10 @@ "name": "Tomáš Ehrlich",

],
"scripts": {
"build": "rimraf ./dist && unbuild",
"stub": "unbuild --stub"
},
"files": [
"LICENSE",
"README.md",
"build/"
"dist/"
],

@@ -36,5 +42,2 @@ "repository": {

},
"dependencies": {
"@babel/runtime": "^7.20.13"
},
"devDependencies": {

@@ -44,5 +47,6 @@ "@babel/core": "^7.21.0",

"@babel/types": "^7.20.7",
"@lingui/jest-mocks": "^3.0.3"
"@lingui/jest-mocks": "^3.0.3",
"unbuild": "^1.1.2"
},
"gitHead": "29cad1bdcc781994ac4d496e5c4937795423d405"
"gitHead": "3b999e35d26e67dec7cf0591f794be782e11022c"
}
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