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

rehype-pretty-code

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-pretty-code - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

dist/index.d.ts

51

package.json
{
"name": "rehype-pretty-code",
"version": "0.12.3",
"version": "0.12.4",
"description": "Beautiful code for your MD/MDX docs.",
"main": "./dist/rehype-pretty-code.js",
"module": "./dist/rehype-pretty-code.js",
"type": "module",
"types": "index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./dist/rehype-pretty-code.js"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},

@@ -17,7 +17,7 @@ "./package.json": "./package.json"

"files": [
"dist/",
"index.d.ts"
"dist",
"package.json"
],
"scripts": {
"build": "npx rollup -c",
"build": "tsup --config=tsup.config.ts",
"test": "vitest",

@@ -27,8 +27,10 @@ "format": "biome format . --write",

"typecheck": "tsc --project tsconfig.json --noEmit",
"playground": "npm run dev --workspace=word-highlighter-playground",
"playground-website": "npm run dev --workspace=website",
"playground": "bun run workspace word-highlighter-playground dev",
"playground-website": "bun run workspace website dev",
"prepare": "husky install",
"workspace": "bun ./scripts/workspace.ts",
"release": "bumpp package.json --commit --push --tag",
"prebuild": "rm -rf dist",
"prepublishOnly": "NODE_ENV='production' npm run build"
"prepublishOnly": "NODE_ENV='production' bun run build",
"check-package": "bunx publint@latest --strict && bunx @arethetypeswrong/cli --pack --ignore-rules cjs-resolves-to-esm"
},

@@ -41,5 +43,8 @@ "engines": {

],
"author": "",
"author": "https://github.com/atomiks",
"license": "MIT",
"repository": "github:atomiks/rehype-pretty-code",
"repository": {
"type": "git",
"url": "git+https://github.com/atomiks/rehype-pretty-code.git"
},
"homepage": "https://rehype-pretty-code.netlify.app",

@@ -50,11 +55,5 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@biomejs/biome": "^1.4.1",
"@biomejs/js-api": "^0.3.0-nightly.cfef948",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.10.5",
"@biomejs/biome": "^1.5.1",
"@types/bun": "^1.0.0",
"@types/node": "^20.10.6",
"bumpp": "^9.2.1",

@@ -66,8 +65,8 @@ "hast-util-to-html": "^8.0.3",

"remark": "^15.0.1",
"rollup": "^4.9.1",
"shikiji": "^0.9.9",
"shikiji": "^0.9.17",
"shikiji-transformers": "^0.9.9",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.0.4"
"vitest": "^1.1.1"
},

@@ -74,0 +73,0 @@ "dependencies": {

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