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
96
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

to
0.4.0

6

CHANGELOG.md
# @astrojs/solid-js
## 0.4.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.3.1

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

6

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

@@ -33,3 +33,3 @@ "type": "module",

"devDependencies": {
"astro": "1.0.0-beta.69",
"astro": "1.0.0-beta.70",
"astro-scripts": "0.0.6",

@@ -42,3 +42,3 @@ "solid-js": "^1.4.3"

"engines": {
"node": "^14.20.0 || >=16.16.0"
"node": "^14.20.0 || >=16.14.0"
},

@@ -45,0 +45,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet