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.9 to 0.0.10

4

lib/scrollview/index.js

@@ -190,5 +190,3 @@ "use strict";

ref: function ref(e) {
var _a;
if ((_a = props === null || props === void 0 ? void 0 : props.onRef) === null || _a === void 0 ? void 0 : _a.current) {
if ((props === null || props === void 0 ? void 0 : props.onRef) && Object.keys(props === null || props === void 0 ? void 0 : props.onRef).includes('current')) {
props.onRef.current = e;

@@ -195,0 +193,0 @@ }

{
"name": "@actbase/native",
"version": "0.0.9",
"version": "0.0.10",
"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