Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expressive-code/plugin-shiki

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressive-code/plugin-shiki - npm Package Compare versions

Comparing version 0.33.5 to 0.34.0

12

package.json
{
"name": "@expressive-code/plugin-shiki",
"version": "0.33.5",
"version": "0.34.0",
"description": "Shiki syntax highlighting plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",

@@ -14,7 +14,6 @@ "keywords": [],

"type": "module",
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.js"

@@ -27,11 +26,10 @@ },

"dependencies": {
"@expressive-code/core": "^0.33.5",
"@expressive-code/core": "^0.34.0",
"shiki": "^1.1.7"
},
"devDependencies": {
"hast-util-to-html": "^8.0.4",
"@internal/test-utils": "^0.2.26"
"@internal/test-utils": "^0.2.27"
},
"scripts": {
"build": "tsup ./src/index.ts --format esm,cjs --dts --sourcemap --clean",
"build": "tsup ./src/index.ts --format esm --dts --sourcemap --clean",
"coverage": "vitest run --coverage",

@@ -38,0 +36,0 @@ "test": "vitest run --reporter verbose",

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