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.0 to 1.1.1

dist/favicon.ico

10

package.json
{
"name": "teleterminal",
"version": "1.1.0",
"version": "1.1.1",
"description": "Host a terminal command using a web server",
"main": "server.js",
"scripts": {
"clean": "del-cli ./dist ./.cache",
"build": "yarn clean && parcel build ./static/index.html",
"develop": "yarn clean && parcel ./static/index.html",
"bld:clean": "del-cli ./dist ./.cache",
"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"

@@ -33,2 +34,3 @@ },

"devDependencies": {
"cpy-cli": "^2.0.0",
"del-cli": "^1.1.0",

@@ -35,0 +37,0 @@ "parcel-bundler": "^1.10.3",

yarn.lock

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