JSPM

mcm-app-version-ionic

0.0.11
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q29978F
  • License ISC

Check that the application version number is enabled.

Package Exports

  • mcm-app-version-ionic
  • mcm-app-version-ionic/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mcm-app-version-ionic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

MyCodedMind - Control Version Aplication

This package has been created to check and control internally that the application version number is enabled or available.

How to install

npm i mcm-app-version

How to use

import initVersionValidator from 'mcm-app-version';

initVersionValidator({ platform: 'android', request: httpRequest, env: enviroment, authentication:'token1234' } );