create-comity
Advanced tools
+1
-1
| { | ||
| "name": "create-comity", | ||
| "version": "0.4.1", | ||
| "version": "0.4.2", | ||
| "description": "Starter for Comity", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -12,3 +12,3 @@ { | ||
| "dependencies": { | ||
| "@comity/islands": "^0.4.1", | ||
| "@comity/islands": "^0.4.2", | ||
| "alpinejs": "^3.14.9", | ||
@@ -15,0 +15,0 @@ "hono": "^4.7.5" |
@@ -10,3 +10,3 @@ { | ||
| "dependencies": { | ||
| "@comity/graphql": "^0.4.1", | ||
| "@comity/graphql": "^0.4.2", | ||
| "@envelop/core": "^5.2.3", | ||
@@ -13,0 +13,0 @@ "graphql": "^16.10.0", |
@@ -12,3 +12,3 @@ { | ||
| "dependencies": { | ||
| "@comity/islands": "^0.4.1", | ||
| "@comity/islands": "^0.4.2", | ||
| "hono": "^4.7.5" | ||
@@ -15,0 +15,0 @@ }, |
@@ -12,4 +12,4 @@ { | ||
| "dependencies": { | ||
| "@comity/islands": "^0.4.1", | ||
| "@comity/preact": "^0.4.1", | ||
| "@comity/islands": "^0.4.2", | ||
| "@comity/preact": "^0.4.2", | ||
| "@nanostores/preact": "^0.5.2", | ||
@@ -16,0 +16,0 @@ "hono": "^4.7.5", |
@@ -12,4 +12,4 @@ { | ||
| "dependencies": { | ||
| "@comity/islands": "^0.4.1", | ||
| "@comity/react": "^0.4.1", | ||
| "@comity/islands": "^0.4.2", | ||
| "@comity/react": "^0.4.2", | ||
| "@nanostores/react": "^0.8.4", | ||
@@ -16,0 +16,0 @@ "hono": "^4.7.5", |
| import { createClient } from '@comity/islands/client'; | ||
| import react from '@comity/react'; | ||
| // @ts-ignore | ||
| import * as components from 'virtual:comity-islands'; | ||
@@ -8,2 +10,3 @@ const debug = false; | ||
| debug, | ||
| components, | ||
| integrations: { | ||
@@ -10,0 +13,0 @@ react, |
@@ -10,2 +10,10 @@ import { reactRenderer } from '@comity/react'; | ||
| <title>{title}</title> | ||
| {import.meta.env.PROD && ( | ||
| <link | ||
| rel="stylesheet" | ||
| href="/static/assets/client.css" | ||
| media="all" | ||
| type="text/css" | ||
| /> | ||
| )} | ||
| </head> | ||
@@ -12,0 +20,0 @@ <body>{children}</body> |
| h1 { font-family: Arial, Helvetica, sans-serif; } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
58077
0.43%1726
0.64%1
-88.89%