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

carta-md

Package Overview
Dependencies
Maintainers
0
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 4.3.0 to 4.3.1

2

dist/MarkdownEditor.svelte.d.ts

@@ -44,4 +44,2 @@ import { SvelteComponentTyped } from "svelte";

events: {
'scroll{handleScroll}': CustomEvent<any>;
} & {
[evt: string]: CustomEvent<any>;

@@ -48,0 +46,0 @@ };

2

package.json

@@ -19,3 +19,3 @@ {

},
"version": "4.3.0",
"version": "4.3.1",
"scripts": {

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

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

/* Or in global stylesheet */
/* Set your custom monospace font */
/* Set your monospace font (Required to have the editor working correctly!) */
:global(.carta-font-code) {

@@ -120,0 +120,0 @@ font-family: '...', monospace;

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