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

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 1.3.0 to 1.3.1

2

package.json
{
"name": "wonka",
"version": "1.3.0",
"version": "1.3.1",
"author": "Phil Pluckthun <phil@kitten.sh>",

@@ -5,0 +5,0 @@ "source": "./src/index.js",

@@ -12,2 +12,3 @@ import { List, Sink, Source, Operator, Observer, Subject } from './wonka_types';

export const tap: <A>(f: (value: A) => void) => Operator<A, A>;
export const map: <A, B>(f: (value: A) => B) => Operator<A, B>;

@@ -14,0 +15,0 @@ export const filter: <A>(f: (value: A) => boolean) => Operator<A, A>;

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