[PR #29] [CLOSED] Allow for node version 0.6.17 #229

Closed
opened 2026-02-26 05:31:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NarrativeScience-old/log.io/pull/29
Author: @TheDigitalNinja
Created: 5/11/2012
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 3e6967c allow node version upto 6.17
  • 8b74e75 created .gitignore for node_modules
  • 224f682 fixed version issues
  • ab1171c updated install instructions for doing it via git repo
  • 1fa43cd use /usr/bin/env node

📊 Changes

5 files changed (+10 additions, -6 deletions)

View changed files

.gitignore (+1 -0)
📝 INSTALL.md (+4 -2)
📝 bin/log.io-harvester (+1 -1)
📝 bin/log.io-server (+1 -1)
📝 package.json (+3 -2)

📄 Description

Bug: https://github.com/NarrativeScience/Log.io/issues/26

Most environments are switching to node 0.6.17 after the security vulnerability found in http. I updated package.json to allow for this version. It probably would be safe to even allow node > 0.7.0

This is my first ever pull request so please let me know if I need to do anything else or if I did something wrong.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NarrativeScience-old/log.io/pull/29 **Author:** [@TheDigitalNinja](https://github.com/TheDigitalNinja) **Created:** 5/11/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`3e6967c`](https://github.com/NarrativeScience-old/log.io/commit/3e6967c98887d789c33718a605497df54bbe6158) allow node version upto 6.17 - [`8b74e75`](https://github.com/NarrativeScience-old/log.io/commit/8b74e7504bf840a6aff7c201793dd6f3ac2ca980) created .gitignore for node_modules - [`224f682`](https://github.com/NarrativeScience-old/log.io/commit/224f682a9008e95ec471193951f477cffd97faa3) fixed version issues - [`ab1171c`](https://github.com/NarrativeScience-old/log.io/commit/ab1171caa6b664922b1c1bbc446fe9036ab962f6) updated install instructions for doing it via git repo - [`1fa43cd`](https://github.com/NarrativeScience-old/log.io/commit/1fa43cd00ebbc7bfb2a951d585449c43e07f8a40) use /usr/bin/env node ### 📊 Changes **5 files changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+1 -0) 📝 `INSTALL.md` (+4 -2) 📝 `bin/log.io-harvester` (+1 -1) 📝 `bin/log.io-server` (+1 -1) 📝 `package.json` (+3 -2) </details> ### 📄 Description Bug: https://github.com/NarrativeScience/Log.io/issues/26 Most environments are switching to node 0.6.17 after the security vulnerability found in http. I updated package.json to allow for this version. It probably would be safe to even allow node > 0.7.0 This is my first ever pull request so please let me know if I need to do anything else or if I did something wrong. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:31:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#229
No description provided.