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

crude

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crude - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

4

lib/controller-base.js
/**
* @fileOverview The base Controller Class.
*/
var inher = require('inher');
var cip = require('cip');

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

*/
var Controller = module.exports = inher.extend(function() {
var Controller = module.exports = cip.extend(function() {
/**

@@ -14,0 +14,0 @@ * An array of controlling funcs that will handle requests.

@@ -7,3 +7,3 @@ /**

var Promise = require('bluebird');
var inher = require('inher');
var cip = require('cip');
var url = require('url');

@@ -19,3 +19,3 @@

*/
var Pagination = module.exports = inher.extend();
var Pagination = module.exports = cip.extend();

@@ -47,3 +47,3 @@ /**

* @param {Object} res The response Object.
* @param {Function(Error)} next Express callback.
* @param {Function(Error)} next Express callback.
* @return {Promise} A promise.

@@ -50,0 +50,0 @@ * @private

{
"name": "crude",
"description": "Seamless CRUD control operations for node.",
"version": "0.1.1",
"version": "0.2.0",
"homepage": "https://github.com/talksession/node-crude",

@@ -39,5 +39,5 @@ "author": {

"mime": "~1.2.9",
"node-entity": "~0.1.1",
"node-entity": "~0.2.1",
"middlewarify": "~0.3.2",
"inher": "~0.1.0",
"cip": "~0.2.1",
"bluebird": "~1.0.4"

@@ -50,3 +50,3 @@ },

"grunt": "~0.4.1",
"grunt-release": "~0.3.5"
"grunt-release": "~0.7.0"
},

@@ -53,0 +53,0 @@ "peerDependencies": {},

@@ -32,2 +32,4 @@ # node-crude

## Release History
- **v0.2.0**, *17 Feb 2014*
- Upgrade to 0.2.1 Entity and Cip packages.
- **v0.1.1**, *12 Feb 2014*

@@ -34,0 +36,0 @@ - Now accepts both an instance and a constructor for Entity DI.

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