Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.0-next.1 to 1.0.0-next.3

LICENSE

9

CHANGELOG.md
# @remirror/i18n
## 1.0.0-next.3
> 2020-07-11
### Patch Changes
- Updated dependencies [e90bc748]
- @remirror/pm@1.0.0-next.3
## 1.0.0-next.1

@@ -4,0 +13,0 @@

94

package.json
{
"name": "@remirror/i18n",
"version": "1.0.0-next.1",
"description": "Supported internationalization and locales for the remirror editor.",
"keywords": [
"remirror",
"extension"
],
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/i18n",
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/i18n",
"license": "MIT",
"contributors": [
"Ifiok Jr. <ifiokotung@gmail.com>"
],
"sideEffects": false,
"main": "dist/i18n.cjs.js",
"module": "dist/i18n.esm.js",
"types": "dist/i18n.cjs.d.ts",
"files": [
"dist",
"plurals",
"en"
],
"dependencies": {
"@babel/runtime": "^7.10.4",
"@lingui/core": "^3.0.0-13",
"@remirror/core-helpers": "^1.0.0-next.1",
"make-plural": "^6.2.1"
},
"devDependencies": {
"@remirror/pm": "^1.0.0-next.1"
},
"peerDependencies": {
"@remirror/pm": "^1.0.0-next.1"
},
"publishConfig": {
"access": "public"
},
"meta": {
"sizeLimit": "50 KB"
},
"preconstruct": {
"entrypoints": [
".",
"plurals",
"en"
]
}
"name": "@remirror/i18n",
"version": "1.0.0-next.3",
"description": "Supported internationalization and locales for the remirror editor.",
"keywords": [
"remirror",
"extension"
],
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/i18n",
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/i18n",
"license": "MIT",
"contributors": [
"Ifiok Jr. <ifiokotung@gmail.com>"
],
"sideEffects": false,
"main": "dist/i18n.cjs.js",
"module": "dist/i18n.esm.js",
"types": "dist/i18n.cjs.d.ts",
"files": [
"dist",
"plurals",
"en"
],
"dependencies": {
"@babel/runtime": "^7.10.4",
"@lingui/core": "^3.0.0-13",
"@remirror/core-helpers": "^1.0.0-next.1",
"make-plural": "^6.2.1"
},
"devDependencies": {
"@remirror/pm": "^1.0.0-next.3"
},
"peerDependencies": {
"@remirror/pm": "^1.0.0-next.3"
},
"publishConfig": {
"access": "public"
},
"meta": {
"sizeLimit": "50 KB"
},
"preconstruct": {
"entrypoints": [
".",
"plurals",
"en"
]
}
}
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