🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@custom-elements-manifest/to-markdown

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@custom-elements-manifest/to-markdown - npm Package Compare versions

Comparing version

to
0.0.9

dist/browser.js

21

package.json
{
"name": "@custom-elements-manifest/to-markdown",
"version": "0.0.8",
"version": "0.0.9",
"description": "",

@@ -8,3 +8,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/open-wc/custom-elements-manifest.git"
"url": "https://github.com/open-wc/custom-elements-manifest.git",
"directory": "packages/to-markdown"
},

@@ -23,8 +24,9 @@ "author": "open-wc",

"build:cjs": "esbuild index.js --outfile=dist/index.cjs --format=cjs",
"test": "uvu test",
"test:watch": "uvu -w test"
"test": "uvu test"
},
"files": [
"*.d.ts",
"*.js"
"*.js",
"lib/**/*",
"dist/**/*"
],

@@ -42,7 +44,2 @@ "keywords": [

],
"devDependencies": {
"custom-elements-manifest": "^1.0.0",
"esbuild": "^0.12.15",
"npm-run-all": "^4.1.5"
},
"contributors": [

@@ -62,4 +59,4 @@ "Pascal Schilp <pascalschilp@gmail.com>",

"mdast-util-from-markdown": "^1.0.0",
"mdast-util-gfm": "^0.1.2",
"mdast-util-to-markdown": "^0.6.5",
"mdast-util-gfm": "^1.0.0",
"mdast-util-to-markdown": "^1.0.1",
"remark-gfm": "^1.0.0",

@@ -66,0 +63,0 @@ "remark-stringify": "^9.0.1",