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.1.4 to 0.1.5

6

package.json
{
"name": "mdsvex",
"version": "0.1.4",
"version": "0.1.5",
"description": "Markdown preprocessor for Svelte",

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

"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-svelte": "^4.4.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-typescript": "^1.0.0",
"svelte": "3.0.0-alpha16",
"svelte": "^3.2.2",
"ts-jest": "^23.10.5",

@@ -47,0 +47,0 @@ "ts-lib": "^0.0.5",

@@ -0,1 +1,4 @@

// is this really enough? is it too simple to be true?
// if anything break catastrophically, it wasn't my fault
export function replaceCurlies(str) {

@@ -2,0 +5,0 @@ return str.replace(/{/g, '{').replace(/}/g, '}');

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