Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cap-cross/cap-react-native

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-cross/cap-react-native - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

12

dist/cap-react-native.js
(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;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc