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

nanostores

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanostores - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

8

index.d.ts

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

export { atom, Atom, ReadableAtom, WritableAtom } from './atom/index.js'
export {
atom,
Atom,
PreinitializedWritableAtom,
ReadableAtom,
WritableAtom
} from './atom/index.js'
export { clean, cleanStores } from './clean-stores/index.js'

@@ -3,0 +9,0 @@ export { batched, computed } from './computed/index.js'

2

package.json
{
"name": "nanostores",
"version": "0.11.0",
"version": "0.11.1",
"description": "A tiny (265 bytes) state manager for React/Preact/Vue/Svelte with many atomic tree-shakable stores",

@@ -5,0 +5,0 @@ "keywords": [

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

export class Task<Value> extends Promise<Value> {
export interface Task<Value> extends Promise<Value> {
t: true

@@ -3,0 +3,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