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/analytics-extensions
Advanced tools
This library share utilities to collect stats and integrate external analytics tools
This library share utilities to collect stats and integrate external analytics tools
Installing dependencies
npm install
Build production library files
npm run build
* Build task build one type of library entrypoints (no web case) :
tsc -p tsconfig-prod.json && copyfiles "./lib/**/*.!(tsx|ts|d.ts|html)" "dist/esm" -u 1
##Requirements
##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 compilation, 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
##Compilation summary
npm run build:dev (imported as esm in higher bundler) | npm run build (production build) | |
---|---|---|
key dist files | none | dist/esm/offer-state.js |
files extraction | no | yes |
FAQs
This library share utilities to collect stats and integrate external analytics tools
The npm package @dac-software/analytics-extensions receives a total of 17 weekly downloads. As such, @dac-software/analytics-extensions popularity was classified as not popular.
We found that @dac-software/analytics-extensions 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.