New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@subiz/lang

Package Overview
Dependencies
Maintainers
5
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@subiz/lang

update new version of language

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
5
Created
Source

update new version of language

Usage

in js file

const VIVNLang = () => import(/*webpackChunkName: "vi-VN" */ '@subiz/lang/widget/vi-VN.json')
const ENUSLang = () => import(/*webpackChunkName: "vi-VN" */ '@subiz/lang/widget/en-US.json')

To update lang

edit .po files in dashboard/ or widget/

$ go build
$ ./lang

$ git commit
$ git push

edit package.json

$ npm publish

FAQs

Package last updated on 22 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts