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

@astropub/code

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astropub/code - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

scripts/highlight.ts

9

package.json

@@ -5,14 +5,17 @@ {

"description": "A lightweight Astro component for syntax highlighting and rendering beautifully formatted code blocks.",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"license": "MIT-0",
"exports": {
".": "./code.astro"
".": "./code.astro",
"./prism": "./scripts/prism.ts",
"./types": "./types.ts"
},
"files": [
"code.astro",
"types.ts",
"scripts"
],
"devDependencies": {
"astro": "^5.0.3"
"astro": "^5"
},

@@ -19,0 +22,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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