Gathering detailed insights and metrics for rollup-plugin-monaco-editor-nls
Gathering detailed insights and metrics for rollup-plugin-monaco-editor-nls
Gathering detailed insights and metrics for rollup-plugin-monaco-editor-nls
Gathering detailed insights and metrics for rollup-plugin-monaco-editor-nls
npm install rollup-plugin-monaco-editor-nls
Typescript
Module System
Node Version
NPM Version
TypeScript (95.86%)
HTML (2.83%)
Less (1.32%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
9 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jun 16, 2021
Latest Version
1.0.8
Package Id
rollup-plugin-monaco-editor-nls@1.0.8
Unpacked Size
12.14 MB
Size
2.62 MB
File Count
24
NPM Version
7.7.6
Node Version
15.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
3
Install:
1yarn add -D rollup-plugin-monaco-editor-nls
Add this plugin in rollup.config.js:
1import monacoEditorNlsPlugin, { 2 Languages, 3} from "rollup-plugin-monaco-editor-nls"; 4 5plugins: [monacoEditorNlsPlugin({ locale: Languages.zh_hans })];
Add this plugin in vite.config.ts:
Vite has a pre-loading mode, add this method to solve —— esbuildPluginMonacoEditorNls
1import { defineConfig } from "vite"; 2import monacoEditorNlsPlugin, { 3 Languages, 4 esbuildPluginMonacoEditorNls, 5} from "rollup-plugin-monaco-editor-nls"; 6const is_dev = process.env.NODE_ENV === "development"; 7 8// https://vitejs.dev/config/ 9export default defineConfig({ 10 resolve: { 11 alias: { 12 "@": resolve("./src"), 13 }, 14 }, 15 build: { 16 sourcemap: true, 17 }, 18 optimizeDeps: { 19 esbuildOptions: { 20 plugins: [ 21 esbuildPluginMonacoEditorNls({ locale: Languages.zh_hans }), 22 ], 23 }, 24 }, 25 plugins: [!is_dev && monacoEditorNlsPlugin({ locale: Languages.zh_hans })], 26});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
24 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More