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
112
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 24.5.0-alpha5 to 24.5.0-alpha6

core.d.ts

5

index.d.ts

@@ -1,2 +0,5 @@

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

10

index.js

@@ -1,2 +0,10 @@

export * from "@preact/signals-react";
export * from "./core.js";
import { NumberSignalChannel } from "./EventChannel.js";
import { NumberSignal, ValueSignal } from "./Signals.js";
export * from "./types.js";
export {
NumberSignal,
NumberSignalChannel,
ValueSignal
};
//# sourceMappingURL=index.js.map
{
"name": "@vaadin/hilla-react-signals",
"version": "24.5.0-alpha5",
"version": "24.5.0-alpha6",
"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,4 @@ },

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

@@ -56,8 +60,21 @@ "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",
"chai-as-promised": "^7.1.1",
"chai-dom": "^1.11.0",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc