@teambit/code.ui.code-editor
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -11,9 +11,3 @@ "use strict"; | ||
const base_ui_theme_dark_theme_1 = require("@teambit/base-ui.theme.dark-theme"); | ||
const MONACO_CDN_DOMAIN = process.env.MONACO_CDN_DOMAIN || 'https://cdn.jsdelivr.net'; | ||
const MONACO_VERSION = process.env.MONACO_VERSION || '0.48.0'; | ||
react_2.loader.config({ | ||
paths: { | ||
vs: `${MONACO_CDN_DOMAIN}/npm/monaco-editor@${MONACO_VERSION}/min/vs` | ||
} | ||
}); | ||
react_2.loader.config({ paths: { vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.48.0/min/vs' } }); | ||
exports.DEFAULT_EDITOR_OPTIONS = { | ||
@@ -20,0 +14,0 @@ readOnly: true, |
{ | ||
"name": "@teambit/code.ui.code-editor", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"homepage": "https://bit.cloud/teambit/code/ui/code-editor", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "ui/code-editor", | ||
"version": "0.0.11" | ||
"version": "0.0.12" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
0
1
17295
16
327