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 6.3.3 to 6.3.4-canary-f028aa3

7

CHANGELOG.md
# wonka
## 6.3.4-canary-f028aa3
### Patch Changes
- Add missing `Symbol.observable` global declaration back to typings
Submitted by [@kitten](https://github.com/kitten) (See [#168](https://github.com/0no-co/wonka/pull/168))
## 6.3.3

@@ -4,0 +11,0 @@

@@ -1252,2 +1252,7 @@ /**

declare global {
interface SymbolConstructor {
readonly observable: symbol;
}
}
/** A definition of the ES Observable Subscription type that is returned by

@@ -1254,0 +1259,0 @@ * {@link Observable.subscribe}

2

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

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

import { TalkbackFn, TeardownFn, Start, Push, SignalKind } from './types';
declare global {
interface SymbolConstructor {
readonly observable: symbol;
}
}
/** Placeholder {@link TeardownFn | teardown functions} that's a no-op.

@@ -10,0 +4,0 @@ * @see {@link TeardownFn} for the definition and usage of teardowns.

import { Source, SignalKind, TalkbackKind } from './types';
import { push, start, talkbackPlaceholder, observableSymbol } from './helpers';
// NOTE: This must be placed in an exported file for `rollup-plugin-dts`
// to include it in output typings files
declare global {
interface SymbolConstructor {
readonly observable: symbol;
}
}
/** A definition of the ES Observable Subscription type that is returned by

@@ -5,0 +13,0 @@ * {@link Observable.subscribe}

Sorry, the diff of this file is not supported yet

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