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

teleterminal

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teleterminal - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

dist/main.f9d68ea1.js

18

package.json
{
"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

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