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

@adminforth/i18n

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminforth/i18n - npm Package Compare versions

Comparing version 1.0.22-next.0 to 1.0.22-next.1

6

Changelog.md

@@ -8,2 +8,8 @@ # Changelog

## [1.0.23]
### Fixed
- More predictable class name
## [1.0.22] - next

@@ -10,0 +16,0 @@

2

dist/index.js

@@ -71,3 +71,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
export default class I18N extends AdminForthPlugin {
export default class I18nPlugin extends AdminForthPlugin {
constructor(options) {

@@ -74,0 +74,0 @@ super(options, import.meta.url);

@@ -69,3 +69,3 @@ import AdminForth, { AdminForthPlugin, Filters, suggestIfTypo, AdminForthDataTypes } from "adminforth";

}
export default class I18N extends AdminForthPlugin {
export default class I18nPlugin extends AdminForthPlugin {
options: PluginOptions;

@@ -72,0 +72,0 @@ emailField: AdminForthResourceColumn;

{
"name": "@adminforth/i18n",
"version": "1.0.22-next.0",
"version": "1.0.22-next.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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