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

starkdown

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

starkdown - npm Package Compare versions

Comparing version 3.2.5 to 3.2.6

32

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "3.2.5",
"version": "3.2.6",
"description": "Tiny <3kb Markdown parser written, almost as fast and smart as Tony Stark",

@@ -41,2 +41,3 @@ "types": "./dist/index.d.ts",

"build": "rollup -c ./rollup.config.js",
"build:docs": "typedoc",
"lint": "tsc --noEmit && eslint ./src --ext .ts",

@@ -47,3 +48,3 @@ "test": "vitest run",

"prettier:fix-all": "prettier --write \"{src,test}/**/*.ts\" \"*.{md,json}\"",
"release": "npm run lint && npm run build && np"
"release": "npm run lint && del dist && npm run build && np"
},

@@ -54,2 +55,3 @@ "devDependencies": {

"@vitest/ui": "^0.31.0",
"del-cli": "^5.0.0",
"eslint": "^8.40.0",

@@ -60,2 +62,3 @@ "eslint-config-prettier": "^8.8.0",

"prettier": "^2.8.8",
"prettier-plugin-jsdoc": "^0.4.2",
"prettier-plugin-organize-imports": "^3.2.2",

@@ -65,2 +68,3 @@ "rollup": "^3.23.0",

"rollup-plugin-esbuild": "^5.0.0",
"typedoc": "^0.24.8",
"typescript": "^5.0.4",

@@ -94,5 +98,25 @@ "vitest": "^0.31.0"

"np": {
"yarn": false,
"branch": "production"
"branch": "production",
"publish": false,
"yarn": false
},
"typedocOptions": {
"entryPoints": [
"src/index.ts"
],
"out": "docs/dist",
"skipErrorChecking": true
},
"prettier": {
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"bracketSpacing": true,
"quoteProps": "consistent",
"plugins": [
"prettier-plugin-jsdoc"
]
},
"eslintConfig": {

@@ -99,0 +123,0 @@ "ignorePatterns": [

dist/chunks/cjs/createTokenizerParser.js
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