Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@monaco-editor/loader

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monaco-editor/loader - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/cjs/monaco-loader.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 0.1.1
###### *Jan 7, 2021*
- lib: rename scripts name (from 'core' to 'loader')
## 0.1.0

@@ -2,0 +7,0 @@ ###### *Jan 6, 2021*

14

package.json
{
"name": "@monaco-editor/loader",
"version": "0.1.0",
"description": "this library aims to setup monaco editor into your browser",
"main": "lib/cjs/monaco-core.js",
"module": "lib/es/monaco-core.js",
"unpkg": "lib/umd/monaco-core.js",
"version": "0.1.1",
"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",
"types": "lib/types.d.ts",
"repository": "https://github.com/suren-atoyan/monaco-core.git",
"homepage": "https://github.com/suren-atoyan/monaco-core.git",
"repository": "https://github.com/suren-atoyan/monaco-loader.git",
"homepage": "https://github.com/suren-atoyan/monaco-loader.git",
"author": "Suren Atoyan <contact@surenatoyan.com>",

@@ -12,0 +12,0 @@ "license": "MIT",

@@ -64,3 +64,3 @@ # @monaco-editor/loader &middot; [![monthly downloads](https://img.shields.io/npm/dm/@monaco-editor/loader)](https://www.npmjs.com/package/@monaco-editor/loader) [![gitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/suren-atoyan/monaco-loader/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@monaco-editor/loader.svg?style=flat)](https://www.npmjs.com/package/@monaco-editor/loader) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/suren-atoyan/monaco-loader/pulls)

[codesandbox]()
[codesandbox](https://codesandbox.io/s/simple-usage-os49p)

@@ -95,3 +95,3 @@ #### .config

[codesandbox]()
[codesandbox](https://codesandbox.io/s/config-o6zn6)

@@ -110,3 +110,3 @@ #### .init

[codesandbox]()
[codesandbox](https://codesandbox.io/s/init-q2ipt)

@@ -125,3 +125,3 @@ ```javascript

[codesandbox]()
[codesandbox](https://codesandbox.io/s/init-cancelable-9o42y)

@@ -128,0 +128,0 @@ #### Notes

Sorry, the diff of this file is not supported yet

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