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

@agendize/az-i18n

Package Overview
Dependencies
Maintainers
7
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agendize/az-i18n - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

dist/index.d.ts

@@ -1,3 +0,4 @@

export declare type Locale = 'en' | 'fr';
export declare const messages: Record<Locale, {}>;
declare type Locale = 'en' | 'fr';
declare const messages: Record<Locale, {}>;
export { Locale, messages };
//# sourceMappingURL=index.d.ts.map

3

dist/index.js
import en from './langs/en.json';
import fr from './langs/fr.json';
export var messages = { 'en': en, 'fr': fr };
var messages = { 'en': en, 'fr': fr };
export { messages };
//# sourceMappingURL=index.js.map
{
"name": "@agendize/az-i18n",
"private": false,
"version": "0.0.5",
"version": "0.0.6",
"description": "Agendize i18n",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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