Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
_
| | ,--.!,
_ __ _ _| | ___ _ ___ __/ -*-
| '__| | | | |/ / | | / __| ,d08b. '|`
| | | |_| | <| |_| \__ \ 0088MM
|_| \__,_|_|\_\\__,_|___/ `9MMP'
by iflix.com
Rukus is a project skeleton, webpack loader and helpers for building riot.js web applications in the iflix style.
Riot Tag files are replaced with components defined in directories with an index.html template, an index.js (which exports a component handler), and a test.js file which validates the component.
Rukus is an opinionated pattern for building apps with riot.js
$ npm install -g rukus
$ rukus newproject <yourproject>
$ cd <yourproject>
$ npm start
And point your browser to http://localhost:8080
Rukus tests use mocha and feryt by default, tests can be run by typing:
$ npm test
The rukus webpack loader searches directories (./components by default) for rukus components and manually registers them as riot tags. A rukus component is a directory with an index.html, index.js and test.js file:
yourcomponent/
index.html
index.js
test.js
To create a new component, cd into the components directory and run:
$ rukus newcomponent <yourcomponent>
FAQs
rukus provides some helpers and patterns for using riot.js
The npm package rukus receives a total of 2 weekly downloads. As such, rukus popularity was classified as not popular.
We found that rukus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.