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

mdsvex

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdsvex - npm Package Compare versions

Comparing version 0.8.8 to 0.8.9

9

CHANGELOG.md
# mdsvex
## 0.8.9
### Patch Changes
- [`a4806af`](https://github.com/pngwn/MDsveX/commit/a4806af06edf2c756a0777cb42eb73edcd12abe7) [#187](https://github.com/pngwn/MDsveX/pull/187) Thanks [@wlach](https://github.com/wlach)! - Various small fixes to compile typechecking
* [`94d5c3e`](https://github.com/pngwn/MDsveX/commit/94d5c3ed6b09565319168e1befd4ca80c4a2b2eb) [#185](https://github.com/pngwn/MDsveX/pull/185) Thanks [@wlach](https://github.com/wlach)! - Fix calling mdsvex.compile with no options
## 0.8.8
### Patch Changes

@@ -5,0 +14,0 @@

4

dist/main.cjs.d.ts

@@ -243,3 +243,3 @@ /// <reference types="node" />

*
*
* - `filename` - The filename of the generated file
* - `extension` - The extension to use for mdsvex files

@@ -254,4 +254,4 @@ * - `extensions` - The extensions to use for mdsvex files

*/
declare const _compile: (source: string, opts: MdsvexCompileOptions) => PreprocessorReturn;
declare const _compile: (source: string, opts?: MdsvexCompileOptions | undefined) => PreprocessorReturn;
export { _compile as compile, mdsvex };

@@ -243,3 +243,3 @@ /// <reference types="node" />

*
*
* - `filename` - The filename of the generated file
* - `extension` - The extension to use for mdsvex files

@@ -254,4 +254,4 @@ * - `extensions` - The extensions to use for mdsvex files

*/
declare const _compile: (source: string, opts: MdsvexCompileOptions) => PreprocessorReturn;
declare const _compile: (source: string, opts?: MdsvexCompileOptions | undefined) => PreprocessorReturn;
export { _compile as compile, mdsvex };
{
"name": "mdsvex",
"version": "0.8.8",
"version": "0.8.9",
"description": "Markdown preprocessor for Svelte",

@@ -51,5 +51,3 @@ "main": "dist/main.cjs.js",

"retext-smartypants": "^4.0.0",
"rollup": "^2.10.9",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^1.4.10",
"rollup-plugin-json": "^4.0.0",

@@ -56,0 +54,0 @@ "rollup-plugin-node-builtins": "^2.1.2",

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

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

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