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

diamond.js

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

diamond.js - npm Package Compare versions

Comparing version 0.2.18 to 0.2.19

lib/database.js

1

lib/application.js

@@ -19,2 +19,3 @@ // Generated by CoffeeScript 1.8.0

Diamond.Controller = require('./controller');
this.db = new (require('./database'));
if (callback != null) {

@@ -21,0 +22,0 @@ callback.call(this);

6

package.json
{
"name": "diamond.js",
"description": "MVC web framework",
"version": "0.2.18",
"version": "0.2.19",
"author": {

@@ -23,3 +23,2 @@ "name": "Arthur Xavier",

"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "^1.21.3",

@@ -31,4 +30,5 @@ "mongojs": "^0.13.1",

"dependencies": {
"express": "~4.2.0"
"express": "~4.2.0",
"coffee-script": "^1.8.0"
}
}
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