grubba-meteorrn
Advanced tools
Comparing version 2.9.0 to 2.10.0
{ | ||
"name": "grubba-meteorrn", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "Full Meteor Client for React Native", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
import Tracker from './Tracker.js'; | ||
import EJSON from 'ejson'; | ||
import DDP from '../lib/ddp.js'; | ||
import Random from '../lib/Random'; | ||
import Data from './Data'; | ||
@@ -15,2 +15,3 @@ import Mongo from './Mongo'; | ||
import ReactiveDict from './ReactiveDict'; | ||
import Random from "../lib/Random.js"; | ||
@@ -17,0 +18,0 @@ let isVerbose = false; |
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
131559