Gathering detailed insights and metrics for @onec1/webchat-app-release-v5-initiate-chat
Gathering detailed insights and metrics for @onec1/webchat-app-release-v5-initiate-chat
npm install @onec1/webchat-app-release-v5-initiate-chat
Typescript
Module System
Node Version
NPM Version
26.2
Supply Chain
60.6
Quality
62.7
Maintenance
25
Vulnerability
75.6
License
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
50%
3
Compared to previous week
Last month
450%
11
Compared to previous month
Last year
0%
98
Compared to previous year
45
52
Install node dependencies
Note - package "@creedinteractive/webchat-app" and user needs to be added to organization prior to login / install steps
1npm login 2npm install 3
Run webpack to generate transpiled javascript
1## From Makefile 2 3# build once 4make build 5 6# build and watch for file changes. 7make watch 8 9## Using webpack directly 10 11# From project's local webpack dependency with npm installed 12npx webpack 13 14 15# update api files (can be used in conjunction with watch) 16npx webpack --updateApi 17 18# From a global webpack install 19webpack
To install npx, run npm install -g npx
, however it comes standard with newer versions of node.
No vulnerabilities found.
No security vulnerabilities found.