Socket
Socket
Sign inDemoInstall

wonka

Package Overview
Dependencies
0
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-canary-20230327141302 to 0.0.0-canary-20230328165206

9

CHANGELOG.md
# wonka
## 0.0.0-canary-20230327141302
## 0.0.0-canary-20230328165206
### Patch Changes
- ⚠️ Fix missing `declare` keyword on internal ambient enums
Submitted by [@kitten](https://github.com/kitten) (See [#159](https://github.com/0no-co/wonka/pull/159))
## 6.3.0
### Minor Changes

@@ -6,0 +13,0 @@

4

dist/wonka.d.ts

@@ -9,3 +9,3 @@ /**

*/
enum TalkbackKind {
declare enum TalkbackKind {
/** Instructs the {@link Source} to send the next value. */

@@ -45,3 +45,3 @@ Pull = 0,

*/
enum SignalKind {
declare enum SignalKind {
/**

@@ -48,0 +48,0 @@ * Informs the {@link Sink} that it's being called by a {@link Source}.

{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
"version": "0.0.0-canary-20230327141302",
"version": "0.0.0-canary-20230328165206",
"author": "0no.co <hi@0no.co>",

@@ -6,0 +6,0 @@ "source": "./src/index.ts",

@@ -9,3 +9,3 @@ /**

*/
export enum TalkbackKind {
export declare enum TalkbackKind {
/** Instructs the {@link Source} to send the next value. */

@@ -45,3 +45,3 @@ Pull = 0,

*/
export enum SignalKind {
export declare enum SignalKind {
/**

@@ -48,0 +48,0 @@ * Informs the {@link Sink} that it's being called by a {@link Source}.

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc