New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

proton

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proton - npm Package Compare versions

Comparing version
0.1.3
to
0.2.0
+1
-1
lib/cli.js
var proton = require('proton'),
options = require('proton/options'),
options = require('proton/lib/options'),
sys = require('sys');

@@ -5,0 +5,0 @@

@@ -19,3 +19,3 @@

}
return path.replace(/^\.\//, '');
return base + '/' + path.replace(/^\.\//, '');
}

@@ -22,0 +22,0 @@

var jsgi = require('jsgi/jsgi-node'),
promise = require('promised-io/promise'),
var jsgi = require('jsgi'),
promise = require('promised-io/lib/promise'),
fs = require('fs'),

@@ -5,0 +5,0 @@ daemon = require("daemon"),

{
"name" : "proton",
"description" : "Proton is a micro framework targetted at micro frameworks. It provides a common way for micro-frameworks to interoporate with the environment that runs them.",
"version" : "0.1.3",
"version" : "0.2.0",
"engines" : [ "node >=0.2.5" ],

@@ -6,0 +6,0 @@ "author" : "Tom Yandell <tom.deletethis@yandell.me.uk> (http://tomyandell.wordpress.com/)",

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

See <a href="http://use.no.de/proton">use.no.de/proton</a>.
Introduction

@@ -2,0 +4,0 @@ ============

Sorry, the diff of this file is not supported yet