Socket
Socket
Sign inDemoInstall

react-native-scroller

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

43

library/Scroller.js

@@ -81,38 +81,3 @@ 'use strict';

class Scroller {
//var mInterpolator;
//var mMode;
//
//var mStartX;
//var mStartY;
//var mFinalX;
//var mFinalY;
//
//var mMinX;
//var mMaxX;
//var mMinY;
//var mMaxY;
//
//var mCurrX;
//var mCurrY;
//var mStartTime;
//var mDuration;
//var mDurationReciprocal;
//var mDeltaX;
//var mDeltaY;
//var mFinished;
//var mFlywheel;
//
//var mVelocity;
//var mCurrVelocity;
//var mDistance;
//
//var mFlingFriction = SCROLL_FRICTION;
//
//var mDeceleration;
//var mPpi; //TODO remove it
//
//// A context-specific coefficient adjusted to physical values.
//var mPhysicalCoeff;
export default class Scroller {
/**

@@ -391,8 +356,2 @@ *

}
}
module.exports = {
create: function (onScrollCallback) {
return new Scroller(true, onScrollCallback);
}
}

2

package.json
{
"name": "react-native-scroller",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "library/Scroller.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc