New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

create-comity

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-comity - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+1
-1
package.json
{
"name": "create-comity",
"version": "0.4.0",
"version": "0.4.1",
"description": "Starter for Comity",

@@ -5,0 +5,0 @@ "type": "module",

@@ -12,3 +12,3 @@ {

"dependencies": {
"@comity/islands": "^0.4.0",
"@comity/islands": "^0.4.1",
"alpinejs": "^3.14.9",

@@ -15,0 +15,0 @@ "hono": "^4.7.5"

@@ -10,3 +10,3 @@ {

"dependencies": {
"@comity/graphql": "^0.4.0",
"@comity/graphql": "^0.4.1",
"@envelop/core": "^5.2.3",

@@ -13,0 +13,0 @@ "graphql": "^16.10.0",

@@ -12,3 +12,3 @@ {

"dependencies": {
"@comity/islands": "^0.4.0",
"@comity/islands": "^0.4.1",
"hono": "^4.7.5"

@@ -15,0 +15,0 @@ },

@@ -12,4 +12,4 @@ {

"dependencies": {
"@comity/islands": "^0.4.0",
"@comity/preact": "^0.4.0",
"@comity/islands": "^0.4.1",
"@comity/preact": "^0.4.1",
"@nanostores/preact": "^0.5.2",

@@ -16,0 +16,0 @@ "hono": "^4.7.5",

@@ -12,4 +12,4 @@ {

"dependencies": {
"@comity/islands": "^0.4.0",
"@comity/react": "^0.4.0",
"@comity/islands": "^0.4.1",
"@comity/react": "^0.4.1",
"@nanostores/react": "^0.8.4",

@@ -28,4 +28,4 @@ "hono": "^4.7.5",

"vite": "^6.2.3",
"wrangler": "^3.114.3"
"wrangler": "^4.6.0"
}
}
import { reactRenderer } from '@comity/react';
import { renderToStream } from '@comity/react/streaming';

@@ -19,3 +20,12 @@ export const renderer = reactRenderer(

},
{ stream: true }
{
stream: {
renderToStream,
options: {
onError(error) {
console.error('Error rendering to stream:', error);
},
},
},
}
);