Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@preact-signals/query

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preact-signals/query - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

12

CHANGELOG.md
# @preact-signals/query
## 1.0.2
### Patch Changes
- be69f42: Added more installation info to readme
- 0ba2b3a: Added correct git repository info
- Updated dependencies [460100f]
- Updated dependencies [4b713b3]
- Updated dependencies [0ba2b3a]
- @preact-signals/unified-signals@0.2.0
- @preact-signals/utils@0.3.0
## 1.0.1

@@ -4,0 +16,0 @@

18

package.json
{
"name": "@preact-signals/query",
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -11,3 +11,4 @@ "publishConfig": {

"repository": {
"url": "https://github.com/XantreGodlike/preact-signals/tree/main/packages/query",
"directory": "packages/query",
"url": "https://github.com/XantreGodlike/preact-signals",
"type": "git"

@@ -34,7 +35,4 @@ },

"peerDependencies": {
"@preact/signals-react": ">=1.2.0",
"react": "17.*.* || 18.*.*",
"react-dom": "^18.2.0",
"@preact-signals/utils": "0.2.0",
"@preact-signals/unified-signals": "0.1.0"
"react-dom": "^18.2.0"
},

@@ -66,9 +64,9 @@ "peerDependenciesMeta": {

"vitest": "^0.33.0",
"webdriverio": "^8.13.1",
"@preact-signals/utils": "0.2.0",
"@preact-signals/unified-signals": "0.1.0"
"webdriverio": "^8.13.1"
},
"dependencies": {
"@tanstack/query-core": "4.29.23",
"use-sync-external-store": "^1.2.0"
"use-sync-external-store": "^1.2.0",
"@preact-signals/utils": "0.3.0",
"@preact-signals/unified-signals": "0.2.0"
},

@@ -75,0 +73,0 @@ "keywords": [

@@ -7,2 +7,7 @@ # `@preact-signals/query`

You should be sure that [one of preact signals runtimes](https://github.com/preactjs/signals) installed:
- `@preact/signals` for `preact`, it requires [additional step](#preactsignals-additional-step)
- `@preact/signals-react` for `react`
Fetch `@preact-signals/query` via your preferred package manager:

@@ -20,9 +25,8 @@

```
### `@preact/signals` additional step:
### Preact additional step:
You should resolve `@preact/signals-react` as `@preact/signals`
To do it take a look at how to [resolve `react` as `preact`](https://preactjs.com/guide/v10/getting-started#aliasing-react-to-preact) and do it with signals
[Vite example](../../apps/preact-test/vite.config.ts):
#### [Vite example](../../apps/preact-test/vite.config.ts):

@@ -29,0 +33,0 @@ ```ts

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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