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-pr1242.4 to 0.0.0-pr1305.1

0

dist/declarations/src/en/index.d.ts
export * from './messages';

@@ -0,0 +0,0 @@ export declare const messages: {

@@ -0,0 +0,0 @@ import { i18n } from '@lingui/core';

export * from 'make-plural/plurals';

12

dist/remirror-i18n.browser.cjs.js

@@ -29,18 +29,12 @@ 'use strict';

enumerable: true,
get: function () {
return core.formats;
}
get: function () { return core.formats; }
});
Object.defineProperty(exports, 'i18n', {
enumerable: true,
get: function () {
return core.i18n;
}
get: function () { return core.i18n; }
});
Object.defineProperty(exports, 'setupI18n', {
enumerable: true,
get: function () {
return core.setupI18n;
}
get: function () { return core.setupI18n; }
});
exports.detectLocale = detectLocale;

@@ -29,18 +29,12 @@ 'use strict';

enumerable: true,
get: function () {
return core.formats;
}
get: function () { return core.formats; }
});
Object.defineProperty(exports, 'i18n', {
enumerable: true,
get: function () {
return core.i18n;
}
get: function () { return core.i18n; }
});
Object.defineProperty(exports, 'setupI18n', {
enumerable: true,
get: function () {
return core.setupI18n;
}
get: function () { return core.setupI18n; }
});
exports.detectLocale = detectLocale;

@@ -29,18 +29,12 @@ 'use strict';

enumerable: true,
get: function () {
return core.formats;
}
get: function () { return core.formats; }
});
Object.defineProperty(exports, 'i18n', {
enumerable: true,
get: function () {
return core.i18n;
}
get: function () { return core.i18n; }
});
Object.defineProperty(exports, 'setupI18n', {
enumerable: true,
get: function () {
return core.setupI18n;
}
get: function () { return core.setupI18n; }
});
exports.detectLocale = detectLocale;
{
"name": "@remirror/i18n",
"version": "0.0.0-pr1242.4",
"version": "0.0.0-pr1305.1",
"description": "Supported internationalization and locales for the remirror editor.",

@@ -61,3 +61,3 @@ "keywords": [

"@lingui/detect-locale": "^3.10.4",
"@remirror/core-helpers": "0.0.0-pr1242.4",
"@remirror/core-helpers": "0.0.0-pr1305.1",
"make-plural": "^6.2.1"

@@ -64,0 +64,0 @@ },

@@ -12,6 +12,4 @@ 'use strict';

enumerable: true,
get: function () {
return plurals[k];
}
get: function () { return plurals[k]; }
});
});

@@ -12,6 +12,4 @@ 'use strict';

enumerable: true,
get: function () {
return plurals[k];
}
get: function () { return plurals[k]; }
});
});

@@ -12,6 +12,4 @@ 'use strict';

enumerable: true,
get: function () {
return plurals[k];
}
get: function () { return plurals[k]; }
});
});
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