
Security Fundamentals
Obfuscation 101: Unmasking the Tricks Behind Malicious Code
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
beauty-scroll-container
Advanced tools
A react component that provider a beauty scroll container
pkg.module supported
, which means that you can apply tree-shaking in you project
A react component that provider a beauty scroll container
git@github.com:livelybone/beauty-scroll-container.git
https://github.com/livelybone/beauty-scroll-container
you can see the usage by run the example of the module, here is the step:
git clone git@github.com:livelybone/beauty-scroll-container.git
cd [the-module-directory]
npm i
(use taobao registry: npm i --registry=http://registry.npm.taobao.org
)npm run dev
http://127.0.0.1:3000/examples/test.html
) in your browsernpm i -S beauty-scroll-container
umd
bundleBeautyScrollContainer
See what method or params you can use in index.d.ts
import BeautyScrollContainer from 'beauty-scroll-container'
const Comp = () => {
return (
<BeautyScrollContainer style={{ width: '100vw', height: '100vh' }}>
<div style={{ width: '200vw', height: '200vh' }}></div>
</BeautyScrollContainer>
)
}
Use in html, see what you can use in CDN: unpkg
<-- use what you want -->
<script src="https://unpkg.com/beauty-scroll-container/lib/umd/<--module-->.js"></script>
Or,see what you can use in CDN: jsdelivr
<script src="https://cdn.jsdelivr.net/npm/beauty-scroll-container/lib/umd/<--module-->.js"></script>
For building style, you may need to import the css or scss file:
// scss
import 'beauty-scroll-container/lib/css/index.scss'
// css
import 'beauty-scroll-container/lib/css/index.css'
Or
// scss
@import '~beauty-scroll-container/lib/css/index.scss'
// css
@import '~beauty-scroll-container/lib/css/index.css'
Or, you can build your custom style by copying, editing and importing node_modules/beauty-scroll-container/lib/css/index.scss
Error: spawn node-sass ENOENT
You may need install node-sass globally,
npm i -g node-sass
FAQs
A react component that provider a beauty scroll container
The npm package beauty-scroll-container receives a total of 8 weekly downloads. As such, beauty-scroll-container popularity was classified as not popular.
We found that beauty-scroll-container demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.
Security News
Biome's v2.0 beta introduces custom plugins, domain-specific linting, and type-aware rules while laying groundwork for HTML support and embedded language features in 2025.