Socket
Socket
Sign inDemoInstall

@lingui/conf

Package Overview
Dependencies
Maintainers
3
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/conf - npm Package Compare versions

Comparing version 4.0.0-next.2 to 4.0.0-next.3

dist/index.cjs

18

package.json
{
"name": "@lingui/conf",
"version": "4.0.0-next.2",
"version": "4.0.0-next.3",
"sideEffects": false,

@@ -17,4 +17,5 @@ "description": "Get lingui configuration from package.json",

},
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {

@@ -24,6 +25,6 @@ "node": ">=16.0.0"

"scripts": {
"build": "rimraf ./build && tsc"
"build": "rimraf ./dist && unbuild",
"stub": "unbuild --stub"
},
"dependencies": {
"@babel/core": "7.20.12",
"@babel/runtime": "^7.20.13",

@@ -39,9 +40,10 @@ "chalk": "^4.1.0",

"README.md",
"/build"
"/dist"
],
"devDependencies": {
"@lingui/jest-mocks": "^3.0.3",
"tsd": "^0.26.1"
"tsd": "^0.26.1",
"unbuild": "^1.1.2"
},
"gitHead": "556ab57e20c2ac9d384a22424c6a90c2ba0dd133"
"gitHead": "29cad1bdcc781994ac4d496e5c4937795423d405"
}
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