@astropub/code
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
61706
1659
1