Socket
Socket
Sign inDemoInstall

observable-fns

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1-test

types/common.d.ts

1

dist.esm/observable.d.ts

@@ -5,2 +5,3 @@ /**

*/
/// <reference path="../types/symbols.d.ts" />
export declare type UnsubscribeFn = () => void;

@@ -7,0 +8,0 @@ export declare type Subscriber<T> = (observer: SubscriptionObserver<T>) => (UnsubscribeFn | Subscription<any> | void);

@@ -5,2 +5,3 @@ /**

*/
/// <reference path="../types/symbols.d.ts" />
import { getSymbol, hasSymbol, hasSymbols } from "./_symbols";

@@ -7,0 +8,0 @@ const SymbolIterator = getSymbol("iterator");

@@ -5,2 +5,3 @@ /**

*/
/// <reference path="../types/symbols.d.ts" />
export declare type UnsubscribeFn = () => void;

@@ -7,0 +8,0 @@ export declare type Subscriber<T> = (observer: SubscriptionObserver<T>) => (UnsubscribeFn | Subscription<any> | void);

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
/// <reference path="../types/symbols.d.ts" />
const _symbols_1 = require("./_symbols");

@@ -9,0 +10,0 @@ const SymbolIterator = _symbols_1.getSymbol("iterator");

3

package.json
{
"name": "observable-fns",
"version": "0.5.0",
"version": "0.5.1-test",
"description": "Light-weight observable implementation and utils written in TypeScript. Based on zen-observable.",

@@ -46,2 +46,3 @@ "author": "Andy Wermke (https://github.com/andywer)",

"dist.*/**",
"types/**",
"*.d.ts",

@@ -48,0 +49,0 @@ "*.js"

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