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

carta-md

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carta-md - npm Package Compare versions

Comparing version 3.1.3 to 3.2.0

dist/internal/textarea-props.d.ts

2

dist/CartaEditor.svelte.d.ts
import { SvelteComponentTyped } from "svelte";
import type { Carta } from './internal/carta';
import type { TextAreaProps } from './internal/textarea-props';
declare const __propDef: {

@@ -12,2 +13,3 @@ props: {

placeholder?: string | undefined;
textarea?: TextAreaProps | undefined;
};

@@ -14,0 +16,0 @@ events: {

@@ -9,3 +9,4 @@ export { default as CartaEditor } from './CartaEditor.svelte';

export * from './internal/highlight';
export * from './internal/textarea-props';
export * from './default.css?inline';
export * from './light.css?inline';

@@ -5,3 +5,4 @@ export { default as CartaEditor } from './CartaEditor.svelte';

export * from './internal/highlight';
export * from './internal/textarea-props';
export * from './default.css?inline';
export * from './light.css?inline';
import { SvelteComponentTyped } from "svelte";
import type { Carta } from '../carta';
import type { TextAreaProps } from '../textarea-props';
declare const __propDef: {

@@ -10,2 +11,3 @@ props: {

handleScroll: (e: UIEvent) => void;
props?: TextAreaProps | undefined;
resize?: (() => void) | undefined;

@@ -12,0 +14,0 @@ };

2

package.json

@@ -22,3 +22,3 @@ {

},
"version": "3.1.3",
"version": "3.2.0",
"scripts": {

@@ -25,0 +25,0 @@ "dev": "vite dev",

@@ -17,3 +17,5 @@ <div align="right">

<div align="center">
<img alt="banner" src="https://i.postimg.cc/1XPm8FSD/Frame-8.png">
<a href="https://beartocode.github.io/carta/">
<img alt="banner" src="https://i.postimg.cc/1XPm8FSD/Frame-8.png">
</a>
</div>

@@ -36,3 +38,3 @@

Carta is a **lightweight**, **fast** and **extensible** Svelte Markdown editor and viewer, based on [Marked](https://github.com/markedjs/marked). Check out the [demo](http://beartocode.github.io/carta/) to see it in action.
Carta is a **lightweight**, **fast** and **extensible** Svelte Markdown editor and viewer, based on [Marked](https://github.com/markedjs/marked). Check out the [examples](http://beartocode.github.io/carta/examples) to see it in action.
Differently from most editors, Carta includes neither ProseMirror nor CodeMirror, allowing for an extremely small bundle size and fast loading time.

@@ -39,0 +41,0 @@

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