Socket
Socket
Sign inDemoInstall

@stencil/store

Package Overview
Dependencies
1
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.13 to 2.0.14-dev.1709298100.2ca8b99

2

dist/store.d.ts
import { ObservableMap } from './types';
export declare const createStore: <T extends {
[key: string]: any;
}>(defaultState?: T, shouldUpdate?: (newV: any, oldValue: any, prop: keyof T) => boolean) => ObservableMap<T>;
}>(defaultState?: T | (() => T), shouldUpdate?: (newV: any, oldValue: any, prop: keyof T) => boolean) => ObservableMap<T>;
{
"name": "@stencil/store",
"version": "2.0.13",
"version": "2.0.14-dev.1709298100.2ca8b99",
"description": "Store is a lightweight shared state library by the StencilJS core team. Implements a simple key/value map that efficiently re-renders components when necessary.",

@@ -58,5 +58,5 @@ "main": "dist/index.js",

"volta": {
"node": "20.11.0",
"node": "20.11.1",
"npm": "10.4.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc