Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
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
Open http://localhost:8080/examples/
after starting up the server to check out the examples.
$ 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
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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.