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

refract-redux-callbag

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

refract-redux-callbag - npm Package Compare versions

Comparing version 1.0.0-1 to 1.0.0-2

2

package.json
{
"name": "refract-redux-callbag",
"version": "1.0.0-1",
"version": "1.0.0-2",
"main": "index.js",

@@ -5,0 +5,0 @@ "jsnext:main": "index.es.js",

@@ -13,3 +13,3 @@ import $$observable from 'symbol-observable'

actionTypeOrListener: string | Selector<T>,
options: Partial<ObserveOptions>
options?: Partial<ObserveOptions>
): Source<T>

@@ -38,3 +38,3 @@ }

actionOrSelector: string | Selector<T>,
opts: Partial<ObserveOptions>
opts?: Partial<ObserveOptions>
): Source<T> => {

@@ -41,0 +41,0 @@ const options: ObserveOptions = {

@@ -5,3 +5,3 @@ import { Selector, ObserveOptions } from './baseTypes'

actionTypeOrListener: string | Selector<T>,
options: Partial<ObserveOptions>
options?: Partial<ObserveOptions>
): Source<T>

@@ -8,0 +8,0 @@ }

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