Socket
Socket
Sign inDemoInstall

hyperapplicable

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperapplicable - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

dist/hyperapplicable.d.ts

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

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

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

{
"name": "hyperapplicable",
"version": "0.7.0",
"version": "0.7.1",
"description": "A utility library for Hyperapp.",

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

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