angular2-meteor
Advanced tools
Comparing version 0.6.3-beta.1 to 0.6.3-beta.2
import { Observable } from "rxjs/Rx"; | ||
import { Mongo } from 'meteor/mongo'; | ||
import Selector = Mongo.Selector; | ||
@@ -4,0 +3,0 @@ import ObjectID = Mongo.ObjectID; |
"use strict"; | ||
var mongo_1 = require('meteor/mongo'); | ||
var to_observable_1 = require("./to-observable"); | ||
@@ -8,3 +7,3 @@ var MongoObservable; | ||
function Collection(name, options) { | ||
this.collection = new mongo_1.Mongo.Collection(name, options); | ||
this.collection = new Mongo.Collection(name, options); | ||
} | ||
@@ -11,0 +10,0 @@ Collection.prototype.allow = function (options) { |
import { Observable } from "rxjs/Rx"; | ||
import { Mongo } from 'meteor/mongo'; | ||
export declare function toObservable<T>(cursor: Mongo.Cursor<T>): Observable<Array<T>>; |
import {Observable} from "rxjs/Rx"; | ||
import {Mongo} from 'meteor/mongo'; | ||
import Selector = Mongo.Selector; | ||
@@ -4,0 +3,0 @@ import ObjectID = Mongo.ObjectID; |
import {Observable, Subscriber} from "rxjs/Rx"; | ||
import {Mongo} from 'meteor/mongo'; | ||
@@ -4,0 +3,0 @@ export function toObservable<T>(cursor : Mongo.Cursor<T>) : Observable<Array<T>> { |
{ | ||
"name": "angular2-meteor", | ||
"version": "0.6.3-beta.1", | ||
"version": "0.6.3-beta.2", | ||
"keywords": [ | ||
@@ -29,3 +29,3 @@ "angular", | ||
"build-only": "tsc || echo not ok", | ||
"lint": "tslint modules/*.ts", | ||
"lint": "tslint modules/**/*.ts", | ||
"test": "./run_tests.sh", | ||
@@ -32,0 +32,0 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
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
141899
21
2766