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 4.0.2 to 4.0.3

29

dist/internal/assets/markdown.d.ts

@@ -882,2 +882,31 @@ declare const lang: {

};
fenced_code_block_tex: {
begin: string;
beginCaptures: {
'3': {
name: string;
};
'4': {
name: string;
};
'5': {
name: string;
};
};
end: string;
endCaptures: {
'3': {
name: string;
};
};
name: string;
patterns: {
begin: string;
contentName: string;
patterns: {
include: string;
}[];
while: string;
}[];
};
fenced_code_block_less: {

@@ -884,0 +913,0 @@ begin: string;

2

package.json

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

},
"version": "4.0.2",
"version": "4.0.3",
"scripts": {

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

Sorry, the diff of this file is too big to display

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