New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remirror/i18n

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/i18n - npm Package Compare versions

Comparing version

to
1.0.8

10

package.json
{
"name": "@remirror/i18n",
"version": "1.0.7",
"version": "1.0.8",
"description": "Supported internationalization and locales for the remirror editor.",

@@ -45,4 +45,4 @@ "keywords": [

},
"main": "dist/remirror-i18n.cjs.js",
"module": "dist/remirror-i18n.esm.js",
"main": "./dist/remirror-i18n.cjs.js",
"module": "./dist/remirror-i18n.esm.js",
"browser": {

@@ -52,3 +52,3 @@ "./dist/remirror-i18n.cjs.js": "./dist/remirror-i18n.browser.cjs.js",

},
"types": "dist/remirror-i18n.cjs.d.ts",
"types": "./dist/remirror-i18n.cjs.d.ts",
"files": [

@@ -63,3 +63,3 @@ "dist",

"@lingui/detect-locale": "^3.10.4",
"@remirror/core-helpers": "^1.0.4",
"@remirror/core-helpers": "^1.0.5",
"make-plural": "^6.2.1"

@@ -66,0 +66,0 @@ },

Sorry, the diff of this file is not supported yet