@monaco-editor/loader
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,6 @@ | ||
## 0.1.2 | ||
###### *Jan 7, 2021* | ||
- package: add jsdelivr source path | ||
## 0.1.1 | ||
@@ -2,0 +7,0 @@ ###### *Jan 7, 2021* |
{ | ||
"name": "@monaco-editor/loader", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "the library aims to setup monaco editor into your browser", | ||
"main": "lib/cjs/monaco-loader.js", | ||
"module": "lib/es/monaco-loader.js", | ||
"unpkg": "lib/umd/monaco-loader.js", | ||
"unpkg": "lib/umd/monaco-loader.min.js", | ||
"jsdelivr": "lib/umd/monaco-loader.min.js", | ||
"types": "lib/types.d.ts", | ||
@@ -9,0 +10,0 @@ "repository": "https://github.com/suren-atoyan/monaco-loader.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
67599
0