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

@astrojs/solid-js

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/solid-js - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

6

CHANGELOG.md
# @astrojs/solid-js
## 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.2

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

6

package.json
{
"name": "@astrojs/solid-js",
"version": "2.0.2",
"version": "2.1.0",
"description": "Use Solid components within Astro",

@@ -34,4 +34,4 @@ "type": "module",

"devDependencies": {
"astro": "2.0.6",
"astro-scripts": "0.0.10",
"astro": "2.1.0",
"astro-scripts": "0.0.14",
"solid-js": "^1.5.1"

@@ -38,0 +38,0 @@ },

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

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

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