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

@transifex/native

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transifex/native - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

20

dist/node.native.d.ts

@@ -10,2 +10,22 @@ declare module '@transifex/native' {

export const createNativeInstance: any;
// Events
export const FETCHING_TRANSLATIONS = 'FETCHING_TRANSLATIONS';
export const TRANSLATIONS_FETCHED = 'TRANSLATIONS_FETCHED';
export const TRANSLATIONS_FETCH_FAILED = 'TRANSLATIONS_FETCH_FAILED';
export const LOCALE_CHANGED = 'LOCALE_CHANGED';
export const FETCHING_LOCALES = 'FETCHING_LOCALES';
export const LOCALES_FETCHED = 'LOCALES_FETCHED';
export const LOCALES_FETCH_FAILED = 'LOCALES_FETCH_FAILED';
export const onEvent: any;
export const offEvent: any;
export const sendEvent: any;
// Utils
export const escape: any;
export const isString: any;
export const generateHashedKey: any;
export const generateKey: any;
export const isPluralized: any;
export const normalizeLocale: any;
}

2

package.json
{
"name": "@transifex/native",
"version": "3.0.0",
"version": "3.1.0",
"description": "Transifex Native for Javascript",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,2 +10,22 @@ declare module '@transifex/native' {

export const createNativeInstance: any;
// Events
export const FETCHING_TRANSLATIONS = 'FETCHING_TRANSLATIONS';
export const TRANSLATIONS_FETCHED = 'TRANSLATIONS_FETCHED';
export const TRANSLATIONS_FETCH_FAILED = 'TRANSLATIONS_FETCH_FAILED';
export const LOCALE_CHANGED = 'LOCALE_CHANGED';
export const FETCHING_LOCALES = 'FETCHING_LOCALES';
export const LOCALES_FETCHED = 'LOCALES_FETCHED';
export const LOCALES_FETCH_FAILED = 'LOCALES_FETCH_FAILED';
export const onEvent: any;
export const offEvent: any;
export const sendEvent: any;
// Utils
export const escape: any;
export const isString: any;
export const generateHashedKey: any;
export const generateKey: any;
export const isPluralized: any;
export const normalizeLocale: any;
}

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