@vaadin/hilla-react-signals
Advanced tools
Comparing version 24.5.0-alpha5 to 24.5.0-alpha6
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
23928
26
284
4
19
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@lit/reactive-element@2.0.4(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Added@vaadin/common-frontend@0.0.19(transitive)
+ Added@vaadin/hilla-frontend@24.5.0-alpha6(transitive)
+ Addedasync-limiter@1.0.1(transitive)
+ Addedatmosphere.js@3.1.3(transitive)
+ Addedeventsource@1.1.2(transitive)
+ Addedjs-cookie@3.0.5(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedws@6.2.3(transitive)
+ Addedxmlhttprequest@1.8.0(transitive)