🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-native-assets/slider

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-assets/slider - npm Package Compare versions

Comparing version

to
11.0.2

5

dist/components/ResponderView.js

@@ -92,3 +92,6 @@ "use strict";

});
const isEnabled = (0, useEvent_1.useEvent)(() => enabled);
const isEnabled = (0, useEvent_1.useEvent)((event) => {
event.stopPropagation();
return enabled;
});
const onLayout = (0, useEvent_1.useEvent)((event) => {

@@ -95,0 +98,0 @@ var _a;

2

package.json
{
"name": "@react-native-assets/slider",
"version": "11.0.1",
"version": "11.0.2",
"homepage": "https://github.com/Sharcoux/slider",

@@ -5,0 +5,0 @@ "description": "Lightweight slider for React-Native and React-Native-Web. A Range slider is included",

Sorry, the diff of this file is not supported yet