universal-env
Advanced tools
Comparing version 0.4.12 to 0.4.13
@@ -13,2 +13,4 @@ 'use strict'; | ||
var isWeex = exports.isWeex = typeof callNative === 'function'; | ||
var isReactNative = exports.isReactNative = typeof __fbBatchedBridgeConfig !== 'undefined'; | ||
var isReactNative = exports.isReactNative = typeof __fbBatchedBridgeConfig !== 'undefined'; | ||
exports['default'] = module.exports; | ||
exports.default = module.exports; |
{ | ||
"name": "universal-env", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"description": "A universal environment utilities.", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
18070
199