Security News
RubyGems.org Adds New Maintainer Role
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.
@dac-software/base-ui-pl
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.
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
####Codestyle
We are in consonance with standardjs.
Validation codestyle:
npm run codestyle-check
Automatic fix:
npm run codestyle-fix
For manual tests purposes library should be published on npm with dev tag with task/story identifier
npm login
npm publish --access=public
dev tag publish using pipeline named:
custom: dev-npm-publish
This pipeline automatically defines branch related tag name, for example :
1.0.0-some-branch-name.0
production tag publish using pipeline named:
custom: prod-npm-publish
This pipeline requires what kind of semver tag should be defined for publish. You need to fill additional field in pipeline form and type one of version type : - patch - minor - major
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-pl receives a total of 163 weekly downloads. As such, @dac-software/base-ui-pl popularity was classified as not popular.
We found that @dac-software/base-ui-pl 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
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.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.