Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
React Scrollable is a set of React.js components that provide an abstraction for layer composition and scroll events. The components provide a declarative API for independently positioning of each layer to create high performance, high frame rate interactions.
The project is tested in many iOS devices from iPhone 3GS to iPhone 6/6 plus and some variety of Android phones. Example uses cases can range from simple parallax effects to fully interactive gesture based websites that feel like native iOS/Android Apps.
Many examples are provided on the examples/
folder.
$ npm test
$ npm run build
$ npm run dev
$ karma start
Notice: The current version throws a lot of warnings about 'owner-based context'. To ignore these messages you can use the following regex on the Chrome Dev-Tools console filter: ^((?!owner-based).)*$
Pull requests and issues are welcome. Not only for code but also for documentation and examples.
jsxhint
before committing.editorconfig
support or read the file
and follow whitespace conventionsrequire('scrollable/scroller')
or require('scrollable').Scroller
npm run dev
as is, but compile examples folder with react.min.js
scrollingX
and scrollingY
props are mandatory <Scroller>
for now.
Explore ways to make this both optional with reasonable dafault and
update/pull request Zynga Scroller to change this at runtime.FAQs
Components for layer composition and scrolling with React.js
The npm package scrollable receives a total of 8 weekly downloads. As such, scrollable popularity was classified as not popular.
We found that scrollable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.