New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@actbase/native

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actbase/native - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

lib/Application.d.ts

@@ -6,4 +6,4 @@ import React, { ReactNode } from 'react';

export declare const Providers: {
(props: any): JSX.Element;
(): JSX.Element;
__NAME: string;
};

@@ -12,2 +12,4 @@ "use strict";

var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

@@ -18,3 +20,3 @@

var _b, _c;
var _b, _c, _d;

@@ -37,8 +39,8 @@ var children = _react["default"].Children.toArray(props.children);

var exports = (_b = providers === null || providers === void 0 ? void 0 : providers.reduce) === null || _b === void 0 ? void 0 : _b.call(providers, function (el, provider, index) {
var _a;
var _a, _b;
var last = el;
while (last.props.children > 0) {
last = (_a = last.props.children) === null || _a === void 0 ? void 0 : _a[0];
while (((_a = last.props.children) === null || _a === void 0 ? void 0 : _a.length) > 0) {
last = (_b = last.props.children) === null || _b === void 0 ? void 0 : _b[0];
}

@@ -55,4 +57,4 @@

while (last.props.children > 0) {
last = (_c = last.props.children) === null || _c === void 0 ? void 0 : _c[0];
while (((_c = last.props.children) === null || _c === void 0 ? void 0 : _c.length) > 0) {
last = (_d = last.props.children) === null || _d === void 0 ? void 0 : _d[0];
}

@@ -62,13 +64,11 @@

return _react["default"].createElement(_react["default"].Fragment, null, exports);
return _react["default"].createElement(_reactNativeSafeAreaContext.SafeAreaProvider, null, exports);
} else {
return _react["default"].createElement(_react["default"].Fragment, null, bodies);
return _react["default"].createElement(_reactNativeSafeAreaContext.SafeAreaProvider, null, bodies);
}
}; // eslint-disable-next-line @typescript-eslint/no-unused-vars
// @ts-ignore
};
exports.Application = Application;
var _Providers = function _Providers(props) {
var _Providers = function _Providers() {
return _react["default"].createElement(_react["default"].Fragment, null);

@@ -75,0 +75,0 @@ };

export { Application, Providers } from './Application';
export declare const Actbase: {
Touchable: {
activeOpacity: number;
waitDelay: number;
};
};
export default Actbase;
export { default as Actbase } from './Actbase';
export { default as Touchable } from './atoms/Touchable';

@@ -18,3 +18,14 @@ "use strict";

});
exports["default"] = exports.Actbase = void 0;
Object.defineProperty(exports, "Actbase", {
enumerable: true,
get: function get() {
return _Actbase["default"];
}
});
Object.defineProperty(exports, "Touchable", {
enumerable: true,
get: function get() {
return _Touchable["default"];
}
});

@@ -25,7 +36,4 @@ var _Application = require("./Application");

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var _Touchable = _interopRequireDefault(require("./atoms/Touchable"));
var Actbase = _Actbase["default"];
exports.Actbase = Actbase;
var _default = Actbase;
exports["default"] = _default;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
{
"name": "@actbase/native",
"version": "0.1.2",
"version": "0.1.3",
"description": "React-Native Generic UI Components",

@@ -16,3 +16,3 @@ "main": "lib/index.js",

"prepublish": "npm run build",
"localinstall": "npm run build_src && npm run build_mod && cp -r ./lib /Users/suhanmoon/Projects/happytoseeyou/happytoseeyou-app-v2/node_modules/actbase/"
"localinstall": "npm run build && cp -r ./lib /Users/suhanmoon/Projects/modoo/moduleague/node_modules/@actbase/native/"
},

@@ -19,0 +19,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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