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

codemirror-editor-vue3

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemirror-editor-vue3 - npm Package Compare versions

Comparing version 1.2.0-beta-1 to 1.2.0-beta-2

14

dist/packages/index.d.ts
import _CodeMirror from "codemirror";
import type { App } from "vue";
import type { EditorConfiguration } from "codemirror";
declare interface InstallConfig {
events: any[];
options: EditorConfiguration;
}
export * from ".";
import codemirror from "./src/components/index.vue";
declare const CodeMirror: typeof _CodeMirror;
declare const install: (app: App, config?: InstallConfig | undefined) => App<any>;
declare const install: (app: App, config?: {
events: any[];
options: EditorConfiguration;
} | undefined) => App<any>;
export * from "./src/components/presetMode/log/utils";

@@ -631,4 +630,7 @@ export { CodeMirror, codemirror, install };

}>;
install: (app: App<any>, config?: InstallConfig | undefined) => App<any>;
install: (app: App<any>, config?: {
events: any[];
options: _CodeMirror.EditorConfiguration;
} | undefined) => App<any>;
};
export default _default;
import { Editor, EditorConfiguration } from "codemirror";
declare var Codemirror: any;
export default Codemirror;
export { Codemirror };
export * from "./components/presetMode/log/utils";
declare global {

@@ -8,0 +4,0 @@ interface Window {

{
"name": "codemirror-editor-vue3",
"description": "CodeMirror component for Vue3",
"version": "1.2.0-beta-1",
"version": "1.2.0-beta-2",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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