New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@miloas/monaco-loader

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miloas/monaco-loader - npm Package Compare versions

Comparing version 0.33.0 to 0.33.1

5

dist/index.d.ts
import * as monaco_editor from 'monaco-editor';
import monaco_editor__default from 'monaco-editor';
export { default as Monaco } from 'monaco-editor';
import { ThemeName } from '@miloas/monaco-theme';
export { themeNames } from '@miloas/monaco-theme';

@@ -7,6 +10,4 @@ declare const configStatusPath: (path: string) => string;

declare type ThemeName = 'vs-dark' | 'vs' | 'hc-black' | 'blackboard' | 'github' | 'xcode' | 'textmate' | 'monokai' | 'solarized-light' | 'solarized-dark' | 'tomorrow-night-bright' | 'material-dark' | 'material-light' | 'material';
declare const useMonaco: (theme: ThemeName) => typeof monaco_editor__default | undefined;
export { configStatusPath, ensureMonaco, useMonaco };

8

package.json
{
"name": "@miloas/monaco-loader",
"version": "0.33.0",
"version": "0.33.1",
"description": "LC Monaco editor loader",

@@ -24,4 +24,3 @@ "author": "Miloas",

"monaco-editor": "0.33.0",
"react": "^18.1.0",
"unbuild": "^0.6.8"
"react": "^18.1.0"
},

@@ -32,2 +31,5 @@ "peerDependencies": {

},
"dependencies": {
"@miloas/monaco-theme": "^0.0.1"
},
"scripts": {

@@ -34,0 +36,0 @@ "build": "unbuild"

Sorry, the diff of this file is not supported yet

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