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 0.0.0-pr862.2 to 0.0.0-pr877.1

6

package.json
{
"name": "@remirror/i18n",
"version": "0.0.0-pr862.2",
"version": "0.0.0-pr877.1",
"description": "Supported internationalization and locales for the remirror editor.",

@@ -54,6 +54,6 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.12.13",
"@babel/runtime": "^7.13.7",
"@lingui/core": "^3.5.0",
"@lingui/detect-locale": "^3.5.0",
"@remirror/core-helpers": "0.0.0-pr862.2",
"@remirror/core-helpers": "0.0.0-pr877.1",
"make-plural": "^6.2.1"

@@ -60,0 +60,0 @@ },

@@ -10,3 +10,3 @@ 'use strict';

Object.keys(plurals).forEach(function (k) {
if (k !== 'default') Object.defineProperty(exports, k, {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -13,0 +13,0 @@ get: function () {

@@ -10,3 +10,3 @@ 'use strict';

Object.keys(plurals).forEach(function (k) {
if (k !== 'default') Object.defineProperty(exports, k, {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -13,0 +13,0 @@ get: function () {

@@ -10,3 +10,3 @@ 'use strict';

Object.keys(plurals).forEach(function (k) {
if (k !== 'default') Object.defineProperty(exports, k, {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -13,0 +13,0 @@ get: function () {

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