Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-intl-phraseapp

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intl-phraseapp - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

25

package.json
{
"name": "react-intl-phraseapp",
"version": "4.1.1",
"version": "4.1.2",
"description": "The In-Context-Editor for react using react-intl",

@@ -49,2 +49,25 @@ "homepage": "https://phrase.com",

"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./functions": "./dist/functions.js",
"./injectIntl": "./dist/injectIntl.js",
"./useIntl": "./dist/useIntl.js",
"./useSSRIntl": "./dist/useSSRIntl.js"
},
"typesVersions": {
"*": {
"functions": [
"dist/functions.d.ts"
],
"injectIntl": [
"dist/injectIntl.d.ts"
],
"useIntl": [
"dist/useIntl.d.ts"
],
"useSSRIntl": [
"dist/useSSRIntl.d.ts"
]
}
},
"sideEffects": false,

@@ -51,0 +74,0 @@ "jest": {

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