Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-rx", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "RxJS bindings for Vue", | ||
"main": "vue-rx.js", | ||
"files": ["vue-rx.js"], | ||
"files": [ | ||
"vue-rx.js" | ||
], | ||
"repository": { | ||
@@ -8,0 +10,0 @@ "type": "git", |
@@ -35,3 +35,3 @@ (function () { | ||
.push(val.subscribe(function (value) { | ||
self[key] = value | ||
self[key] = raw[key] = value | ||
})) | ||
@@ -38,0 +38,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2552