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

@itgenio/edik-localization

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itgenio/edik-localization - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-beta.0

10

dist/component.d.ts

@@ -1,2 +0,1 @@

import { IReactionDisposer } from 'mobx';
import { EdikLocales } from './localization';

@@ -10,8 +9,7 @@ type LocaleParams = Record<string, string | number | boolean>;

static readonly TAG: string;
static readonly KEY_PREFIX: string;
static readonly KEY_ATTR: string;
static readonly KEY_PREFIX: string;
wrapper: HTMLSpanElement;
connected: boolean;
disposer: IReactionDisposer;
observer: MutationObserver;
private readonly wrapper;
private readonly disposer;
private readonly observer;
constructor();

@@ -18,0 +16,0 @@ get key(): string;

2

dist/locale.d.ts

@@ -1,2 +0,2 @@

import { EdikLocales } from 'localization';
import { EdikLocales } from './localization';
declare class EdikLocale {

@@ -3,0 +3,0 @@ locale: EdikLocales;

{
"name": "@itgenio/edik-localization",
"version": "0.0.1",
"version": "0.0.2-beta.0",
"description": "Локализация для Edik",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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