New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adoro

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adoro - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/server.js

14

package.json
{
"name": "adoro",
"version": "1.0.0",
"version": "1.0.1",
"description": "adoro is a simple writing/publishing tool",
"main": "lib/helpers.js",
"scripts": {
"test": "lab"
"test": "lab",
"start": "./node_modules/.bin/nodemon ./lib/server.js"
},

@@ -23,4 +24,13 @@ "repository": {

"dependencies": {
"hapi": "^11.0.3",
"inert": "^3.2.0",
"marked": "^0.3.2"
},
"devDependencies": {
"istanbul": "^0.4.0",
"nodemon": "^1.7.3"
},
"engines": {
"node": ">= 4.0"
}
}

23

README.md

@@ -1,8 +0,11 @@

adoro
=====
# *adoro*
*Another* blogging tool in Node.js
***What if*** there was an ***obviously better*** way
of ***publishing content*** on the web...?
## *Try it*: https://adorote.herokuapp.com
## Basic Features
+ [ ] Effortless Publishing (*pushing content to GitHub Automatically Deploy to connected Heroku App*)
- [x] Write posts in Markdown

@@ -15,2 +18,4 @@ - [x] Produces ***Valid HTML***

- [ ] Re-write to use Templating Library
- [ ] **Continue reading** link? or just **...** ?
- [ ] Article Date in Summary view (above title?)

@@ -25,3 +30,3 @@ ## Desirable Features

- [ ] Auto-update (not dynamic on each page load)
- [ ] Logs (analytics)
- [ ] Logs (analytics) >> Google Analytics (for GitHub Pages)
- [ ] Valid RSS

@@ -35,5 +40,6 @@ - [ ] Deploy to cheap/free hosting/infrastructure

- [ ] Images sensibly wrapped
- [ ]
- [ ] Previous & Next post Links/Buttons
- [ ] Link Back to Homepage '/'
## Future Features
## Cool things for others to contribute

@@ -47,1 +53,6 @@ - [ ] Multi-user

[![I heart Validator](http://www.w3.org/QA/Tools/I_heart_validator_lg "W3C Validator Donation Program")](http://validator.w3.org/)
## (*Disorganized*) List of *Useful Links*
+ Connect your GitHub repo to Heroku: https://devcenter.heroku.com/articles/github-integration
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