Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@owlui/lib
Advanced tools
The purpose of this package is to provide a convenient method of importing the entirety of Owl UI.
The purpose of this package is to provide a convenient method of importing the entirety of Owl UI.
Once this package is installed it can be used directly or on a individual component basis.
Installation:
npm i @owlui/lib
yarn add @owlui/lib
import * as owlui from '@owlui/lib';
const DefaultBtn = owlui.button.Default;
export const Element = props => {
const { children } = props;
return <DefaultBtn>{children}</DefaultBtn>;
};
export default {
Element,
};
import { Default as DefaultBtn } from '@owlui/button';
export const Element = props => {
const { children } = props;
return <DefaultBtn>{children}</DefaultBtn>;
};
export default {
Element,
};
Details on how to customize the styling of components can be found here.
0.0.32 (2022-08-17)
Note: Version bump only for package @owlui/root
FAQs
The purpose of this package is to provide a convenient method of importing the entirety of Owl UI.
The npm package @owlui/lib receives a total of 1 weekly downloads. As such, @owlui/lib popularity was classified as not popular.
We found that @owlui/lib 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.