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

@ribajs/i18n

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/i18n - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

4

package.json
{
"name": "@ribajs/i18n",
"description": "Internationalization module for Riba.js",
"version": "1.6.0",
"version": "1.6.1",
"author": "Pascal Garber <pascal@artandcode.studio>",

@@ -44,3 +44,3 @@ "url": "https://github.com/ribajs/riba/tree/master/packages/i18n",

"@babel/runtime-corejs2": "^7.7.2",
"@ribajs/core": "^1.6.0"
"@ribajs/core": "^1.6.1"
},

@@ -47,0 +47,0 @@ "bugs": {

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

import { Utils } from '@ribajs/core';
import { HttpService } from '@ribajs/core';
import { ALocalesService } from './locales-base.service';

@@ -65,3 +65,3 @@

}
return Utils.getJSON(url)
return HttpService.getJSON(url)
.then((locales: any) => {

@@ -68,0 +68,0 @@ this.locales[url as string] = locales;

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