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

@astrojs/prism

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/prism - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1-next.0

component/Prism.astro

16

package.json
{
"name": "@astrojs/prism",
"version": "0.4.0",
"version": "0.4.1-next.0",
"description": "Supports Prism highlighting in Astro projects",

@@ -15,5 +15,8 @@ "author": "withastro",

"main": "index.mjs",
"scripts": {},
"files": [
"component"
],
"exports": {
".": "./index.mjs"
".": "./index.mjs",
"./component": "./component/Prism.astro"
},

@@ -23,7 +26,8 @@ "types": "./index.d.ts",

"devDependencies": {
"prismjs": "^1.23.0"
"prismjs": "^1.27.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
}
},
"scripts": {}
}
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