Socket
Socket
Sign inDemoInstall

@nanostores/preact

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nanostores/preact - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

2

index.d.ts

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

import { Store, StoreValue } from 'nanostores'
import type { Store, StoreValue } from 'nanostores'

@@ -3,0 +3,0 @@ type StoreKeys<T> = T extends { setKey: (k: infer K, v: any) => unknown }

{
"name": "@nanostores/preact",
"version": "0.4.1",
"version": "0.5.0",
"description": "Preact integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores",

@@ -22,3 +22,3 @@ "keywords": [

"engines": {
"node": "^16.0.0 || >=18.0.0"
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
},

@@ -32,5 +32,5 @@ "funding": [

"peerDependencies": {
"nanostores": "^0.8.0",
"nanostores": "^0.9.0",
"preact": ">=10.0.0"
}
}
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