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

kinetik

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinetik - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

History.md
0.3.1 / 2012-09-26
==================
* Cli middleware bad file references. Closes #22
0.3.0 / 2012-09-04

@@ -3,0 +8,0 @@ ==================

2

lib/kinetik.js

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

exports.version = '0.3.0';
exports.version = '0.3.1';

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

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

module.exports = function () {
var program = require('./cli')
var program = require('./cli/index')
, path = require('path');

@@ -21,0 +21,0 @@

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

var kinetik = require('../../kinetik')
var kinetik = require('../../../kinetik')
, electron = require('electron');

@@ -14,0 +14,0 @@

@@ -5,3 +5,3 @@ {

, "description": "A storage-agnostic, tag centric job queue for distributed applications."
, "version": "0.3.0"
, "version": "0.3.1"
, "repository": {

@@ -8,0 +8,0 @@ "type": "git"

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