Socket
Socket
Sign inDemoInstall

@lingui/macro

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/macro - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

10

index.d.ts

@@ -1,4 +0,4 @@

import type { ComponentType, ReactNode } from "react"
import type { ReactElement, ComponentType, ReactNode } from "react"
import type { MessageDescriptor } from "@lingui/core"
import type { TransRenderType, TransRenderProps } from "@lingui/react"
import type { TransRenderProps } from "@lingui/react"

@@ -11,3 +11,3 @@ export function t(

export type ChoiceOptions<T = string> = {
[digit: number]: T,
[digit: number]: T
offset?: number

@@ -34,4 +34,4 @@ zero?: T

comment?: string
component?: TransRenderType
render?: (opts: TransRenderProps) => TransRenderType
component?: ReactElement<any, any> | null
render?: (props: TransRenderProps) => ReactElement<any, any> | null
}

@@ -38,0 +38,0 @@

{
"name": "@lingui/macro",
"version": "3.0.1",
"version": "3.0.2",
"description": "Macro for generating messages in ICU MessageFormat syntax",

@@ -32,3 +32,3 @@ "main": "index.ts",

"@babel/runtime": "^7.11.2",
"@lingui/conf": "3.0.1",
"@lingui/conf": "3.0.2",
"ramda": "^0.27.1"

@@ -35,0 +35,0 @@ },

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