ejson-extras
Advanced tools
Comparing version 1.0.13 to 1.0.14
const debug = require('debug')('ejson'); | ||
const { | ||
checkMeteor, | ||
ensureDependencies, | ||
getGlobal, | ||
} = require('meteor-globals'); | ||
const { checkMeteor, getGlobal } = require('meteor-globals'); | ||
const tryRequire = require('try-require'); | ||
if (checkMeteor()) { | ||
ensureDependencies(['ejson'], { name: 'ejson-extras npm module' }); | ||
} | ||
debug("-> Checking for available EJSON's"); | ||
@@ -14,0 +6,0 @@ |
10
ejson.js
const debug = require('debug')('ejson'); | ||
const tryRequire = require('try-require'); | ||
const { | ||
checkMeteor, | ||
ensureDependencies, | ||
getGlobal, | ||
} = require('meteor-globals'); | ||
const { checkMeteor, getGlobal } = require('meteor-globals'); | ||
if (checkMeteor()) { | ||
ensureDependencies(['ejson'], { name: 'ejson-extras npm module' }); | ||
} | ||
debug('-> Are we running inside Meteor? %o', checkMeteor()); | ||
@@ -14,0 +6,0 @@ |
{ | ||
"name": "ejson-extras", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": | ||
@@ -5,0 +5,0 @@ "Extends EJSON with additional types, including Qty (js-quantities) objects.", |
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
11769
247