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

react-native-slider

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-slider - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

lib/Slider.js

@@ -289,3 +289,3 @@ 'use strict';var _extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source){if(Object.prototype.hasOwnProperty.call(source,key)){target[key]=source[key];}}}return target;};function _objectWithoutProperties(obj,keys){var target={};for(var i in obj){if(keys.indexOf(i)>=0)continue;if(!Object.prototype.hasOwnProperty.call(obj,i))continue;target[i]=obj[i];}return target;}

this._setCurrentValue(this._getValue(gestureState));
this._fireChangeEvent('onValueChange');},
this._fireChangeEvent('onSlidingComplete');},

@@ -292,0 +292,0 @@

{
"name": "react-native-slider",
"version": "0.6.0",
"version": "0.6.1",
"description": "A pure JavaScript <Slider /> component for react-native",

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

@@ -289,3 +289,3 @@ 'use strict';

this._setCurrentValue(this._getValue(gestureState));
this._fireChangeEvent('onValueChange');
this._fireChangeEvent('onSlidingComplete');
},

@@ -292,0 +292,0 @@

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