Socket
Socket
Sign inDemoInstall

@dac-software/offers-perspective

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dac-software/offers-perspective

Offers perspective lib for Qarson


Version published
Maintainers
1
Created
Source

#Offers perspective

Simple library to share some methods for define user offers perspective.

Developing bundler is webpack.

Build production build made as simple tsc compilation with asset files copies provided

##Requirements - nodejs v10 + - npm v6.9.0 +

##Installation: Installing dependencies

npm install

Build production library files

npm run build

##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/phone-number 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 filesnonedist/esm/offers-perspective.jsdist/esm/offers-perspective.js
css extractionnocss in jsesm: css in js
files extractionnoyesno (copied)

NPM publishing:

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

FAQs

Package last updated on 24 Jun 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc