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

nodepress

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodepress - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

html/css/style.css

10

package.json
{
"name": "nodepress",
"description": "A nodejs micro-blog engine",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "http://github.com/zir/nodepress",

@@ -13,6 +13,6 @@ "author": "Senmiao Liu <zir.echo@gmail.com> http://vitecho.com",

"dependencies": {
"mongodb-async": "0.0.2",
"nunz": "0.1.13",
"mongodb-async": "0.1.2",
"nunz": "0.2.0",
"node-markdown": "0.1.0",
"genji": "0.2.1",
"genji": "0.2.x",
"formidable": "1.0.2",

@@ -22,4 +22,4 @@ "uglify-js": "1.0.6"

"engines": {
"node": ">= 0.4.8 < 0.5"
"node": ">= 0.4.8"
}
}

@@ -11,7 +11,7 @@ ## About

install from the master tarball
install to current dir
`npm install https://github.com/zir/nodepress/tarball/master`
`npm install nodepress`
wait a moment for fetching tarball and installing the depedences
wait a moment for installation

@@ -18,0 +18,0 @@ copy an example bootstrap file for your blog

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