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 0.18.2 to 0.18.4

src/components/switcher/switcher.abstract.component.ts

14

package.json
{
"name": "@ribajs/i18n",
"description": "Internationalization extension for Riba.js",
"version": "0.18.2",
"version": "0.18.4",
"author": "Pascal Garber <pascal@jumplink.eu>",

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

"build:module": "tsc",
"link": "npm link; npm link @ribajs/core"
"link": "npm install && npm link && npm link @ribajs/core"
},

@@ -36,4 +36,4 @@ "devDependencies": {

"@babel/preset-typescript": "^7.1.0",
"@types/jquery": "^3.3.28",
"babel-loader": "^8.0.4",
"@types/jquery": "^3.3.29",
"babel-loader": "^8.0.5",
"babel-plugin-array-includes": "^2.0.3",

@@ -47,8 +47,8 @@ "harp": "^0.27.0",

"typescript": "^3.2.2",
"webpack": "^4.28.0",
"webpack-cli": "^3.1.2"
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
},
"dependencies": {
"@babel/runtime-corejs2": "^7.2.0",
"@ribajs/core": "^0.18.0"
"@ribajs/core": "^0.18.4"
},

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

@@ -1,8 +0,1 @@

import I18nSwitcherComponentWrapper from './switcher/switcher.component';
import { ALocalesService } from '../services/locales-base.service';
export default (localesService: ALocalesService) => {
return {
I18nSwitcherComponent: I18nSwitcherComponentWrapper(localesService),
};
};
export * from './switcher/switcher.abstract.component';

@@ -10,3 +10,3 @@ import { IRibaModule } from '@ribajs/core';

import bindersWrapper from './binders';
import componentsWrapper from './components';
import { AI18nSwitcherComponent } from './components';
import formattersWrapper from './formatters';

@@ -18,3 +18,3 @@ import * as services from './services';

binders: bindersWrapper(localesService),
components: componentsWrapper(localesService),
// components: [],
formatters: formattersWrapper(localesService),

@@ -21,0 +21,0 @@ services,

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