Socket
Socket
Sign inDemoInstall

@dac-software/analytics-extensions

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dac-software/analytics-extensions

This library share utilities to collect stats and integrate external analytics tools


Version published
Weekly downloads
1
Maintainers
1
Install size
32.2 kB
Created
Weekly downloads
 

Readme

Source

Analytics extensions

This library share utilities to collect stats and integrate external analytics tools

Installation:

Installing dependencies

npm install

Build production library files

npm run build

* Build task build one type of library entrypoints (no web case) :

  • "ecma script module" - destined for further bundler processing, it is resolved through simply typescript compiling in package.json statement
    tsc -p tsconfig-prod.json && copyfiles "./lib/**/*.!(tsx|ts|d.ts|html)" "dist/esm" -u 1
    

##Requirements

  • nodejs v10 +
  • npm v6.9.0 +

##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 filesnonedist/esm/offer-state.js
files extractionnoyes

NPM publishing:

  1. Optional update typings in Loader.d.ts file
  2. Increase version in package.json
  3. Npm login with proper username and password
    npm login
    
  4. Npm publish (command will trigger prepare npm method which should build files to dist directory)
    npm publish --access=public
    

FAQs

Last updated on 24 Jun 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc