Gathering detailed insights and metrics for @onec1/webchat-app-3.5.31-bump
Gathering detailed insights and metrics for @onec1/webchat-app-3.5.31-bump
npm install @onec1/webchat-app-3.5.31-bump
Typescript
Module System
Node Version
NPM Version
26.2
Supply Chain
62.2
Quality
62.7
Maintenance
25
Vulnerability
75.6
License
Total Downloads
99
Last Day
2
Last Week
4
Last Month
11
Last Year
99
Minified
Minified + Gzipped
Latest Version
3.5.31
Package Id
@onec1/webchat-app-3.5.31-bump@3.5.31
Unpacked Size
33.70 MB
Size
19.44 MB
File Count
453
NPM Version
6.14.4
Node Version
13.14.0
Publised On
06 Jun 2024
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
100%
4
Compared to previous week
Last month
266.7%
11
Compared to previous month
Last year
0%
99
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# From project's local webpack dependency with npm installed, watch files and rebuild 15npx webpack --clientid=1 --watch 16 17# build war file 18npx webpack --clientid=1 --war 19 20# update api files (can be used in conjunction with watch) 21npx webpack --updateApi 22 23# From a global webpack install 24webpack
To install npx, run npm install -g npx
, however it comes standard with newer versions of node.
No vulnerabilities found.
No security vulnerabilities found.