Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@dac-software/base-ui
Advanced tools
Main purpose of this library is to aggregate main UI parts of qarson multipage system. Library contains css styles written in SASS preprocessor and few smaller javascript functions of user interface basing on simple selecting DOM element mostly with jquer
Main purpose of this library is to aggregate main UI parts of qarson multipage system. Library contains css styles written in SASS preprocessor and few smaller javascript functions of user interface basing on simple selecting DOM element mostly with jquery and manipulate DOM tree. Library use customized bootstrap.
Installing depedencies
npm install
Build production library files
npm run build
Library is third party lib for main project.
To work with code in configured development process you need to do few steps:
Link current library (be aware of used the same node version in all)
npm link
Run build process in development mode with watching changes
npm run build:dev
Move to "including" lib directory and link local resources
npm link @dac-software/base-ui
Then, run webpack-dev-server instance in order to instructions in "including" project.
* Build task build two types of library entrypoints:
copyfiles "./lib/**/*.!(tsx|ts|d.ts|html)" "dist/esm" -u 1
To run deploy on preview host :
npm run shipit preview deploy
Preview will be available at http://base-ui-preview.rc7.e-d-p.net/
####Codestyle
We are in consonance with standardjs.
Validation codestyle:
npm run codestyle-check
Automatic fix:
npm run codestyle-fix
npm run generate-icons
icons are generating automatically when you run appFor manual tests purposes library should be published on npm with dev tag with task/story identifier
npm login
npm publish --access=public
FAQs
Main purpose of this library is to aggregate main UI parts of qarson multipage system. Library contains css styles written in SASS preprocessor and few smaller javascript functions of user interface basing on simple selecting DOM element mostly with jquer
The npm package @dac-software/base-ui receives a total of 241 weekly downloads. As such, @dac-software/base-ui popularity was classified as not popular.
We found that @dac-software/base-ui 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 News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.