Socket
Socket
Sign inDemoInstall

wonka

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wonka - npm Package Compare versions

Comparing version 4.0.0 to 4.0.3

dist/types/src/helpers/Wonka_deriving.d.ts

2

dist/types/src/helpers/pipe.d.ts

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

import { sourceT as Source } from '../wonka_types.gen';
import { sourceT as Source } from '../Wonka_types.gen';
interface UnaryFn<T, R> {

@@ -3,0 +3,0 @@ (source: T): R;

import { callbagT as $$callbagT } from '../shims/Js.shim';
import { sourceT as Wonka_types_sourceT } from '../../src/wonka_types.gen';
import { sourceT as Wonka_types_sourceT } from '../../src/Wonka_types.gen';
export declare type callbagSignal = 0 | 1 | 2;

@@ -4,0 +4,0 @@ export declare abstract class callbagData<a> {

import { observableObserverT as $$observableObserverT } from '../shims/Js.shim';
import { observableSubscriptionT as $$observableSubscriptionT } from '../shims/Js.shim';
import { observableT as $$observableT } from '../shims/Js.shim';
import { sourceT as Wonka_types_sourceT } from '../../src/wonka_types.gen';
import { sourceT as Wonka_types_sourceT } from '../../src/Wonka_types.gen';
export declare type observableSubscriptionT = $$observableSubscriptionT;

@@ -6,0 +6,0 @@ export declare type observableObserverT<a> = $$observableObserverT<a>;

{
"name": "wonka",
"description": "A fast push & pull stream library for Reason/OCaml, Flow, and TypeScript",
"version": "4.0.0",
"version": "4.0.3",
"author": "Phil Pluckthun <phil@kitten.sh>",
"source": "./src/wonka.ts",
"source": "./src/Wonka.ts",
"main": "./dist/wonka.js",
"module": "./dist/wonka.es.js",
"jsnext:main": "./dist/wonka.es.js",
"types": "./dist/types/src/wonka.d.ts",
"types": "./dist/types/src/Wonka.d.ts",
"sideEffects": false,

@@ -12,0 +12,0 @@ "files": [

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

import { sourceT as Source } from '../wonka_types.gen';
import { sourceT as Source } from '../Wonka_types.gen';

@@ -3,0 +3,0 @@ interface UnaryFn<T, R> {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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