Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "cryptalk", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Encrypted HTML5/Node.JS instant chat", | ||
@@ -10,3 +10,4 @@ "main": "server/server.js", | ||
"test": "echo \"No tests written yet\" && exit 0", | ||
"build": "npm run test:lint && npx rollup -c rollup.config.js && npm run build:minify && npm run build:cleanup", | ||
"build": "npm update && npm outdated && npm run test:lint && npx rollup -c rollup.config.js && npm run build:minify && npm run build:cleanup", | ||
"build:ci": "npm run test:lint && npx rollup -c rollup.config.js && npm run build:minify && npm run build:cleanup", | ||
"build:minify": "uglifyjs client/public/js/cryptalk.js --source-map -o client/public/js/cryptalk.min.js", | ||
@@ -42,3 +43,3 @@ "build:cleanup": "(rm client/public/js/cryptalk.js || del client\\public\\js\\cryptalk.js)", | ||
"dependencies": { | ||
"serve": "^12.0.1", | ||
"serve": "^13.0.2", | ||
"socket.io": "^4.3.1" | ||
@@ -45,0 +46,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
281775
+ Addedansi-align@3.0.1(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedboxen@5.1.2(transitive)
+ Addedcamelcase@6.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcli-boxes@2.2.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedserve@13.0.4(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedtype-fest@0.20.2(transitive)
+ Addedwidest-line@3.1.0(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
- Removedansi-align@2.0.0(transitive)
- Removedansi-regex@3.0.1(transitive)
- Removedboxen@1.3.0(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedcli-boxes@1.0.0(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedexeca@0.7.0(transitive)
- Removedget-stream@3.0.0(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedserve@12.0.1(transitive)
- Removedstring-width@2.1.1(transitive)
- Removedstrip-ansi@4.0.0(transitive)
- Removedterm-size@1.2.0(transitive)
- Removedwidest-line@2.0.1(transitive)
- Removedyallist@2.1.2(transitive)
Updatedserve@^13.0.2