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

dom-terminal

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-terminal - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/terminal-1.0.2.min.css

8

package.json
{
"name": "dom-terminal",
"description": "Simple command-line terminal for your browser app",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [

@@ -11,3 +11,3 @@ "javascript",

],
"homepage": "http://github.com/sasadjolic/terminal",
"homepage": "https://github.com/sasadjolic/dom-terminal",
"author": "Sasa Djolic <sasa.djolic@gmail.com> (https://www.linkedin.com/in/sasadjolic/)",

@@ -21,3 +21,3 @@ "maintainers": [

"bugs": {
"url": "http://github.com/sasadjolic/terminal/issues"
"url": "https://github.com/sasadjolic/dom-terminal/issues"
},

@@ -27,3 +27,3 @@ "license": "MIT",

"type": "git",
"url": "http://github.com/sasadjolic/terminal"
"url": "https://github.com/sasadjolic/dom-terminal.git"
},

@@ -30,0 +30,0 @@ "scripts": {

@@ -1,2 +0,2 @@

[![Build Status](https://secure.travis-ci.org/sasadjolic/terminal.png)](http://travis-ci.org/sasadjolic/terminal)
[![Build Status](https://secure.travis-ci.org/sasadjolic/dom-terminal.png)](http://travis-ci.org/sasadjolic/dom-terminal)

@@ -49,3 +49,3 @@ # Terminal

case 'help':
return 'Commands: clear, help, theme, ver or version<br>More help available <a class="external" href="http://github.com/SDA/terminal" target="_blank">here</a>';
return 'Commands: clear, help, theme, ver or version<br>More help available <a class="external" href="http://github.com/sasadjolic/dom-terminal" target="_blank">here</a>';

@@ -62,3 +62,3 @@ case 'theme':

case 'version':
return '1.0.0';
return '1.0.2';

@@ -74,3 +74,3 @@ default:

This gives us 4 commands: `clear`, `help`, `theme`, and `ver` or `version`.
[Go ahead and try it out using our live example.](http://sasadjolic.github.com/terminal/example.html)
[Go ahead and try it out using our live example.](http://sasadjolic.github.com/dom-terminal/example.html)

@@ -242,3 +242,3 @@ ## Features

Copyright (c) 2012 Sasa Djolic, SDA Software Associates Inc.
Copyright (c) 2012-2017 Sasa Djolic

@@ -245,0 +245,0 @@ Permission is hereby granted, free of charge, to any person

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