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.1
to
0.4.2
README.md
+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; }