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 2.0.0 to 2.1.0

6

CHANGELOG.md
# @astrojs/prism
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 2.0.0

@@ -4,0 +10,0 @@

4

package.json
{
"name": "@astrojs/prism",
"version": "2.0.0",
"version": "2.1.0",
"description": "Supports Prism highlighting in Astro projects",

@@ -29,3 +29,3 @@ "author": "withastro",

"devDependencies": {
"astro-scripts": "0.0.10",
"astro-scripts": "0.0.14",
"@types/prismjs": "1.26.0"

@@ -32,0 +32,0 @@ },

@@ -6,6 +6,6 @@ {

"allowJs": true,
"target": "ES2020",
"module": "ES2020",
"target": "ES2021",
"module": "ES2022",
"outDir": "./dist"
}
}

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