Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8 to 0.33.10

9

dist/index.d.ts

@@ -7,8 +7,7 @@ import * as Monaco from 'monaco-editor';

declare const configStatusPath: (path: string) => string;
declare function ensureMonaco(): Promise<typeof Monaco | undefined>;
declare function ensureMonaco(isLCUS: boolean): Promise<typeof Monaco | undefined>;
declare const useMonacoWithTheme: (theme: ThemeName) => typeof Monaco__default | undefined;
declare const useMonaco: () => typeof Monaco__default | undefined;
declare const useMonacoWithTheme: (theme: ThemeName, isLCUS?: boolean) => typeof Monaco__default | undefined;
declare const useMonaco: (isLCUS?: boolean) => typeof Monaco__default | undefined;
export { configStatusPath, ensureMonaco, useMonaco, useMonacoWithTheme };
export { ensureMonaco, useMonaco, useMonacoWithTheme };
{
"name": "@miloas/monaco-loader",
"version": "0.33.8",
"version": "0.33.10",
"description": "LC Monaco editor loader",

@@ -21,3 +21,3 @@ "author": "Miloas",

"devDependencies": {
"@miloas/monaco": "^0.33.2",
"@miloas/monaco": "^0.33.5",
"@types/react": "^18.0.12",

@@ -32,3 +32,3 @@ "monaco-editor": "0.33.0",

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

@@ -35,0 +35,0 @@ "scripts": {

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