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 1.0.0 to 1.1.0

dist/client.d.ts

6

CHANGELOG.md
# @astrojs/solid-js
## 1.1.0
### Minor Changes
- [#4496](https://github.com/withastro/astro/pull/4496) [`824a2addd`](https://github.com/withastro/astro/commit/824a2adddd09f57ad3f4bd950a1fbf65b6f9d833) Thanks [@mzaien](https://github.com/mzaien)! - Update solid to 1.5
## 1.0.0

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

10

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

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

"./*": "./*",
"./client.js": "./client.js",
"./server.js": "./server.js",
"./client.js": "./dist/client.js",
"./server.js": "./dist/server.js",
"./package.json": "./package.json"

@@ -34,5 +34,5 @@ },

"devDependencies": {
"astro": "1.0.0",
"astro": "1.1.0",
"astro-scripts": "0.0.7",
"solid-js": "^1.4.3"
"solid-js": "^1.5.1"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

@@ -19,7 +19,7 @@ # @astrojs/solid-js 💙

# Using NPM
npx astro add solid
npm run astro add solid
# Using Yarn
yarn astro add solid
# Using PNPM
pnpx astro add solid
pnpm astro add solid
```

@@ -26,0 +26,0 @@

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