teleterminal
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "teleterminal", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Host a terminal command using a web server", | ||
@@ -9,5 +9,5 @@ "main": "server.js", | ||
"bld:static": "cpy \"./static/*.ico\" \"./dist\"", | ||
"build": "yarn bld:clean && yarn bld:static && parcel build ./static/index.html", | ||
"develop": "yarn bld:clean && parcel ./static/index.html", | ||
"prepublish": "yarn build" | ||
"build": "npm run bld:clean && npm run bld:static && parcel build ./static/index.html", | ||
"develop": "npm run bld:clean && parcel ./static/index.html", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"minimist": "^1.2.0", | ||
"node-pty": "^0.7.8", | ||
"node-pty": "^0.10.1", | ||
"ora": "^3.0.0", | ||
@@ -36,6 +36,6 @@ "socket.io": "^2.2.0", | ||
"devDependencies": { | ||
"cpy-cli": "^2.0.0", | ||
"del-cli": "^1.1.0", | ||
"parcel-bundler": "^1.10.3", | ||
"yarn": "^1.12.3" | ||
"cpy-cli": "^3.1.1", | ||
"del-cli": "^4.0.1", | ||
"parcel-bundler": "^1.12.5", | ||
"glob-parent": ">=5.1.2" | ||
}, | ||
@@ -42,0 +42,0 @@ "bin": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
3
1402331
15
1680
+ Addednan@2.22.0(transitive)
+ Addednode-pty@0.10.1(transitive)
- Removednan@2.10.0(transitive)
- Removednode-pty@0.7.8(transitive)
Updatednode-pty@^0.10.1