Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@dac-software/forms
Advanced tools
This library has forms integrated with CRM. It can be applied to qarson fr. Library uses react, redux, typescript, css written in SASS preprocessor.
This library has forms integrated with CRM. It can be applied to qarson fr. Library uses react, redux, typescript, css written in SASS preprocessor.
Developing bundler is webpack.
Build production build made as simple tsc compilation with asset files copies provided
Installing dependencies
npm install
Build production library files
npm run build
* Build task build two types of library entrypoints :
tsc -p tsconfig-prod.json && copyfiles "./lib/**/*.!(tsx|ts|d.ts|html)" "dist/esm" -u 1
##Development
Running dev server in standalone mode
npm run start
Running dev mode through bundler in other project. Project should be linked by npm.
npm run build:dev
* build dev emmits files into dist/esm/offers-gallery without CSS / files extraction, it is determined by webpack condition on compilation mode
Running tests
npm run test
####Codestyle
We are in consonance with standardjs.
Validation codestyle:
npm run codestyle-check-typescript
Automatic fix:
npm run codestyle-typescript-fix
####CI (bitbucket pipelines)
Checks codestyles and run tests
##Compilation summary
npm start - (standalone dev) | npm run build:dev (imported as esm in higher bundler) | npm run build (production build) | |
---|---|---|---|
key dist files | none | dist/esm/offers-gallery.js | dist/esm/forms.js, dist/forms.js, dist/forms.css |
css extraction | no | css in js | esm: css in js, web: extracted |
files extraction | no | yes | no (copied) |
##App configuration |
Offers gallery react app requires simple configuration object in window 'offerSummaryConfig' property.
Example :
var config = {
locale: 'fr',
variantNumber: 'something',
variantVersion: 'somesome',
offerData: {
make: 'Opel',
model: 'Calibra',
version: 'GTI',
engineDisplacement: '3.2',
fuelType: 'essence',
enginePower: 320
}
}
Object.defineProperty(window, 'offerSummaryConfig', { value: offerSummaryConfig })
npm login
npm publish --access=public
FAQs
This library has forms integrated with CRM. It can be applied to qarson fr. Library uses react, redux, typescript, css written in SASS preprocessor.
The npm package @dac-software/forms receives a total of 2 weekly downloads. As such, @dac-software/forms popularity was classified as not popular.
We found that @dac-software/forms 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.