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

@kano/i18n

Package Overview
Dependencies
Maintainers
21
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/i18n - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/index.d.ts

@@ -27,3 +27,3 @@ export interface IMessageDB {

*/
export declare function loadMessages(src: string): Promise<void>;
export declare function loadMessages(src: string): Promise<IMessageDB>;
/**

@@ -30,0 +30,0 @@ * Declare a language as supported. This must happen before the first ever resolve to be taken

@@ -85,3 +85,6 @@ ;

.then(r => r.json())
.then(msgs => addMessages(msgs));
.then((msgs) => {
addMessages(msgs);
return msgs;
});
}

@@ -88,0 +91,0 @@ /**

{
"name": "@kano/i18n",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:KanoComputing/web-i18n.git",

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