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

vue-rx

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-rx - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "vue-rx",
"version": "2.2.0",
"version": "2.2.1",
"description": "RxJS bindings for Vue",

@@ -5,0 +5,0 @@ "main": "vue-rx.js",

@@ -33,7 +33,7 @@ (function () {

if (!obs) return
vm.$subscriptions = {}
vm.$observables = {}
vm._obSubscriptions = []
Object.keys(obs).forEach(function (key) {
defineReactive(vm, key, undefined)
var ob = vm.$subscriptions[key] = obs[key]
var ob = vm.$observables[key] = obs[key]
if (!ob || typeof ob.subscribe !== 'function') {

@@ -40,0 +40,0 @@ warn(

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