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.7.1 to 0.7.2

2

lib/handlers.js

@@ -56,3 +56,3 @@ /**

error.message = err;
} else if (err instanceof appErr.Error) {
} else if (err.toApi) {
error = err.toApi();

@@ -59,0 +59,0 @@ } else if (typeof err.message === 'string'){

{
"name": "crude",
"description": "Creates CRUD RESTfull endpoints for a given route",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/thanpolas/crude",

@@ -6,0 +6,0 @@ "author": {

@@ -56,2 +56,4 @@ # Crude

- **v0.7.2**, *24 Nov 2014*
- Better heuristics for detected nodeON Error objects
- **v0.7.1**, *16 Sep 2014*

@@ -58,0 +60,0 @@ - Switched CRUD middleware to FIFO.

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