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.0.3 to 0.0.4

3

lib/scrollview/index.js

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

(0, _react.useEffect)(function () {
console.log("focusItem", focusItem);
console.log("footDimen", footDimen);
if (!focusItem || !footDimen) return;

@@ -188,2 +186,3 @@ (0, _utils.measure)(refs === null || refs === void 0 ? void 0 : refs.scroll).then(function (posScroll) {

oProps = (0, _tslib.__rest)(props, ["keyboardShouldPersistTaps", "onFocus", "onBlur", "children"]);
console.log(refs);
var Element = (props === null || props === void 0 ? void 0 : props.onScroll) ? _reactNative.Animated.ScrollView : _reactNative.ScrollView;

@@ -190,0 +189,0 @@ return /*#__PURE__*/_react["default"].createElement(Element, _extends({

{
"name": "@actbase/native",
"version": "0.0.3",
"version": "0.0.4",
"description": "React-Native Design Components",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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