New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/hilla-react-signals

Package Overview
Dependencies
Maintainers
0
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/hilla-react-signals - npm Package Compare versions

Comparing version

to
24.6.0-beta2

2

FullStackSignal.js

@@ -12,3 +12,3 @@ import { nanoid } from "nanoid";

constructor(value, onFirstSubscribe, onLastUnsubscribe) {
if (!window.Vaadin?.featureFlags?.fullstackSignals) {
if (!globalThis.Vaadin?.featureFlags?.fullstackSignals) {
throw new Error(

@@ -15,0 +15,0 @@ `The Hilla Fullstack Signals API is currently considered experimental and may change in the future. To use it you need to explicitly enable it in Copilot or by adding com.vaadin.experimental.fullstackSignals=true to vaadin-featureflags.properties`

{
"name": "@vaadin/hilla-react-signals",
"version": "24.6.0-beta1",
"version": "24.6.0-beta2",
"description": "Signals for Hilla React",

@@ -50,3 +50,3 @@ "main": "index.js",

"@preact/signals-react": "^2.0.0",
"@vaadin/hilla-frontend": "24.6.0-beta1",
"@vaadin/hilla-frontend": "24.6.0-beta2",
"nanoid": "^5.0.7"

@@ -53,0 +53,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet