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

electron

Package Overview
Dependencies
Maintainers
1
Versions
1339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

8

History.md
0.4.0 / 2013-01-21
==================
* test: add and use bootstrap for common testing env
* deps: update drip to 1.1.x
* Merge pull request #1 from jasonrm/test-fix
* Fix failing tests due to incorrect usage of length/lengthOf with Chai.
0.3.0 / 2012-10-07

@@ -3,0 +11,0 @@ ==================

2

lib/electron.js

@@ -30,3 +30,3 @@ /*!

exports.version = '0.3.0';
exports.version = '0.4.0';

@@ -33,0 +33,0 @@ /*!

@@ -11,3 +11,3 @@ /*!

var Drip = require('drip')
var EventEmitter = require('drip').EnhancedEmitter
, tty = require('tty')

@@ -92,3 +92,3 @@ , util = require('util');

Drip.call(this, { delimeter: ' ' });
EventEmitter.call(this, { delimeter: ' ' });
this.commands = [];

@@ -116,3 +116,3 @@ this._colorized = false;

util.inherits(Program, Drip);
util.inherits(Program, EventEmitter);

@@ -119,0 +119,0 @@ /**

@@ -8,3 +8,3 @@ {

"license": "MIT",
"version": "0.3.0",
"version": "0.4.0",
"repository": {

@@ -19,3 +19,3 @@ "type": "git",

"dependencies": {
"drip": "0.3.x"
"drip": "1.1.x"
},

@@ -22,0 +22,0 @@ "devDependencies": {

@@ -1,5 +0,3 @@

[![Build Status](https://secure.travis-ci.org/logicalparadox/electron.png?branch=master)](http://travis-ci.org/logicalparadox/electron)
# Electron [![Build Status](https://secure.travis-ci.org/logicalparadox/electron.png?branch=master)](http://travis-ci.org/logicalparadox/electron)
# Electron
> A simple command-line interface framework for [node.js](http://nodejs.org).

@@ -6,0 +4,0 @@

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