Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axa-ch/alt-pod-kmu-20

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axa-ch/alt-pod-kmu-20

TBD

  • 2.3.32
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
89
increased by270.83%
Maintainers
1
Weekly downloads
 
Created
Source

KMU 2.0 Pod Build Status Actions Status

Prerequisites

  • npm installed
  • Make sure to configure git correctly (Windows vs. macOS) git config --global core.autocrlf true

Main dependencies

Run the app

  • Install the needed dependencies npm install
  • Run the app
    • With local services npm run start
    • With ACC env npm run start-acc
    • With DEV env npm run start-dev
    • With ACC stable env npm run start-stable

Generating fixtures

You can generate new fixtures by running command npm run generate-fixtures, this creates new fixtures for both state (used for unit tests) and mock api. Fixtures are generated from json schemas using https://github.com/json-schema-faker/json-schema-faker.

Json schemas are located in __fixtures__/schemas and generated files are located in __fixtures__/__generated__.

API

The API base url depends on the stage environment You can change stage environment by passing different attribute value to data-stage="mock" or data-stage="local" in index.html. Stage environment is passed in as attibute automatically in deployed pod.

FAQs

Package last updated on 20 Apr 2023

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