Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "mdsvex", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Markdown preprocessor for Svelte", | ||
@@ -40,2 +40,3 @@ "main": "dist/main.cjs.js", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-json": "^3.1.0", | ||
"rollup-plugin-node-resolve": "^3.4.0", | ||
@@ -42,0 +43,0 @@ "rollup-plugin-svelte": "^4.4.0", |
import resolve from 'rollup-plugin-node-resolve'; | ||
import commonjs from 'rollup-plugin-commonjs'; | ||
import typescript from 'rollup-plugin-typescript'; | ||
import json from 'rollup-plugin-json'; | ||
import pkg from './package.json'; | ||
@@ -15,2 +17,3 @@ | ||
}), | ||
json(), | ||
], | ||
@@ -17,0 +20,0 @@ }; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
1314855
45
32853
26
5