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.8 to 4.0.9

dist/wonka.mjs

11

package.json
{
"name": "wonka",
"description": "A fast push & pull stream library for Reason/OCaml, Flow, and TypeScript",
"version": "4.0.8",
"version": "4.0.9",
"author": "Phil Pluckthun <phil@kitten.sh>",
"source": "./src/Wonka.ts",
"main": "./dist/wonka.js",
"module": "./dist/wonka.esm.mjs",
"jsnext:main": "./dist/wonka.es.js",
"main": "./dist/wonka",
"module": "./dist/wonka.mjs",
"types": "./dist/types/src/Wonka.d.ts",
"exports": {
".": {
"import": "./dist/wonka.esm.mjs",
"require": "./dist/wonka.cjs.js",
"import": "./dist/wonka.mjs",
"require": "./dist/wonka.js",
"types": "./dist/types/src/Wonka.d.ts",

@@ -16,0 +15,0 @@ "source": "./src/Wonka.ts"

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