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.5.0-alpha10

core.d.ts

4

index.d.ts

@@ -1,2 +0,4 @@

export * from '@preact/signals-react';
export * from './core.js';
export { NumberSignal } from './Signals.js';
export { FullStackSignal } from './FullStackSignal.js';
//# sourceMappingURL=index.d.ts.map

@@ -1,4 +0,8 @@

import { installAutoSignalTracking } from "@preact/signals-react/runtime";
installAutoSignalTracking();
export * from "@preact/signals-react";
export * from "./core.js";
import { NumberSignal } from "./Signals.js";
import { FullStackSignal } from "./FullStackSignal.js";
export {
FullStackSignal,
NumberSignal
};
//# sourceMappingURL=index.js.map
{
"name": "@vaadin/hilla-react-signals",
"version": "24.5.0-alpha1",
"version": "24.5.0-alpha10",
"description": "Signals for Hilla React",

@@ -24,4 +24,7 @@ "main": "index.js",

"build:copy": "cd src && copyfiles **/*.d.ts ..",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "karma start ../../../karma.config.cjs --port 9881",
"test:coverage": "npm run test -- --coverage",
"test:watch": "npm run test -- --watch",
"typecheck": "tsc --noEmit"

@@ -47,3 +50,5 @@ },

"dependencies": {
"@preact/signals-react": "^2.0.0"
"@preact/signals-react": "^2.0.0",
"@vaadin/hilla-frontend": "24.5.0-alpha10",
"nanoid": "^5.0.7"
},

@@ -56,8 +61,22 @@ "peerDependencies": {

"@esm-bundle/chai": "^4.3.4-fix.0",
"@testing-library/dom": "^10.2.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.6",
"@types/chai-as-promised": "^7.1.6",
"@types/chai-dom": "^1.11.1",
"@types/mocha": "^10.0.2",
"@types/react": "^18.2.23",
"@types/sinon": "^10.0.17",
"@types/sinon-chai": "^3.2.10",
"@types/validator": "^13.11.2",
"react-router-dom": "^6.16.0",
"typescript": "5.3.2"
"chai-as-promised": "^7.1.1",
"chai-dom": "^1.11.0",
"chai-like": "^1.1.1",
"karma": "^6.4.3",
"karma-viewport": "^1.0.9",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet