Socket
Socket
Sign inDemoInstall

@lingui/macro

Package Overview
Dependencies
110
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.8.0-next.0 to 4.8.0-next.1

dist/plugin.cjs

8

dist/index.d.ts

@@ -1,9 +0,3 @@

import { LinguiConfigNormalized } from '@lingui/conf';
type LinguiMacroOpts = {
extract?: boolean;
linguiConfig?: LinguiConfigNormalized;
};
declare const _default: any;
export { type LinguiMacroOpts, _default as default };
export { _default as default };
{
"name": "@lingui/macro",
"version": "4.8.0-next.0",
"version": "4.8.0-next.1",
"description": "Macro for generating messages in ICU MessageFormat syntax",

@@ -57,2 +57,12 @@ "main": "./dist/index.cjs",

}
},
"./plugin": {
"require": {
"types": "./dist/plugin.d.ts",
"default": "./dist/plugin.cjs"
},
"import": {
"types": "./dist/plugin.d.ts",
"default": "./dist/index.mjs"
}
}

@@ -67,7 +77,8 @@ },

"dependencies": {
"@babel/core": "7.20.12",
"@babel/runtime": "^7.20.13",
"@babel/types": "^7.20.7",
"@lingui/conf": "^4.8.0-next.0",
"@lingui/core": "^4.8.0-next.0",
"@lingui/message-utils": "^4.8.0-next.0"
"@lingui/conf": "^4.8.0-next.1",
"@lingui/core": "^4.8.0-next.1",
"@lingui/message-utils": "^4.8.0-next.1"
},

@@ -78,4 +89,8 @@ "peerDependencies": {

},
"peerDependenciesMeta": {
"babel-plugin-macros": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/parser": "7.20.15",

@@ -88,3 +103,3 @@ "@babel/traverse": "7.20.12",

},
"gitHead": "d085ac65d66ce6c2f866b703b6346e53ff0bf6b3"
"gitHead": "62a736f74796c6c3e5bfd23d2e95154fc7f3ff42"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc