Socket
Socket
Sign inDemoInstall

@eubereveloper/vuemark

Package Overview
Dependencies
30
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.5 to 0.2.6

dist/favicon.ico

2

dist/vuemark.js

@@ -1,2 +0,2 @@

import a from "/home/euberdeveloper/Github/vuemark/node_modules/markdown-it/index.mjs";
import a from "/home/euberdeveloper/Github/vuemark/node_modules/.pnpm/markdown-it@14.0.0/node_modules/markdown-it/index.mjs";
function s(t = {}, r = []) {

@@ -3,0 +3,0 @@ const n = a(t);

{
"name": "@eubereveloper/vuemark",
"version": "0.2.5",
"version": "0.2.6",
"type": "module",

@@ -20,20 +20,3 @@ "description": "A lightweight Vue directive to render markdown, by using markdown-it",

],
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"prebuild:lib": "shx rm -rf dist",
"build:lib": "run-p type-check \"build-only-lib {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"build-only": "vite build",
"build-only-lib": "vite build --config vite.lib.config.ts",
"postbuild-only-lib": "shx rm -rf dist/*.ico",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"prepublishOnly": "npm run build:lib"
},
"dependencies": {
"peerDependencies": {
"@types/markdown-it": "^13.0.7",

@@ -74,3 +57,19 @@ "markdown-it": "^14.0.0",

"vue-tsc": "^1.8.25"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"prebuild:lib": "shx rm -rf dist",
"build:lib": "run-p type-check \"build-only-lib {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"build-only": "vite build",
"build-only-lib": "vite build --config vite.lib.config.ts",
"postbuild-only-lib": "shx rm -rf dist/*.ico",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc