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

@typeheim/fire-rx

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typeheim/fire-rx - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"name": "@typeheim/fire-rx",
"version": "0.0.4",
"version": "0.0.5",
"description": "RxJS on steroids",

@@ -32,3 +32,3 @@ "keywords": [

},
"gitHead": "8f630f1b7fe8be4f03e7cee984c52477ad71354b"
"gitHead": "d6fc319d4c3b96a2974ec396373a701856a10bbe"
}

@@ -55,3 +55,3 @@ import { Observable } from 'rxjs';

isFailed: () => boolean;
subscribe: (observer: (value: T) => void | Observer<T>) => void;
subscribe: (observer: ((value: T) => void) | Observer<T>) => void;
}

Sorry, the diff of this file is not supported yet

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