Socket
Socket
Sign inDemoInstall

hyperapplicable

Package Overview
Dependencies
1
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.1 to 0.8.2

2

dist/hyperapplicable.d.ts

@@ -21,3 +21,3 @@ import { ClassProp, MaybeVNode, VNode, Action, Effect, Dispatchable, CustomPayloads, Dispatch, Unsubscribe } from 'hyperapp';

declare type Subscriber<S, P> = (dispatch: Dispatch<S>, payload: P) => void | Unsubscribe;
declare type Transform<S, P = any> = (state: S) => StateFormat<S, P>;
declare type Transform<S, P = any> = (state: S, payload?: P) => StateFormat<S, P>;
declare type View<S> = (state: S) => MaybeVNode<S>;

@@ -24,0 +24,0 @@ declare type ViewComponent<S, P> = <X>(props: CustomPayloads<S, X> & P, content: MaybeVNode<S>[]) => MaybeVNode<S>;

{
"name": "hyperapplicable",
"version": "0.8.1",
"version": "0.8.2",
"description": "A utility library for Hyperapp.",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc