@cap-cross/cap-react-native
Advanced tools
Comparing version 0.2.0 to 0.3.0
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(factory((global['cap-react-native'] = {}))); | ||
}(this, (function (exports) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
(global['cap-react-native'] = factory()); | ||
}(this, (function () { 'use strict'; | ||
@@ -19,6 +19,4 @@ // import { Platform } from 'react-native'; | ||
exports.Util = Util; | ||
return Util; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); |
@@ -1,1 +0,1 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e["cap-react-native"]={})}(this,function(e){"use strict";e.Util={platformOS:function(){return"android"}},Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e["cap-react-native"]=t()}(this,function(){"use strict";return{platformOS:function(){return"android"}}}); |
@@ -13,2 +13,2 @@ // import { Platform } from 'react-native'; | ||
export { Util }; | ||
export default Util; |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
// import { Platform } from 'react-native'; | ||
@@ -17,2 +15,2 @@ | ||
exports.Util = Util; | ||
module.exports = Util; |
{ | ||
"name": "@cap-cross/cap-react-native", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Common code for cap-cross mobile applications having dependencies on React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
import Util from './util/Util' | ||
export { | ||
Util | ||
} | ||
export default Util; |
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
2
4278
49