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

hapi-crud-promise

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-crud-promise - npm Package Compare versions

Comparing version

to
0.0.6

6

package.json
{
"name": "hapi-crud-promise",
"version": "0.0.5",
"version": "0.0.6",
"description": "Easily create CRUD routes on a hapi server by providing a path and promises for each of the actions",

@@ -13,3 +13,4 @@ "main": "index.js",

"posttest": "eslint .",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- --recursive -R spec"
"test-cov": "istanbul cover node_modules/.bin/_mocha -- --recursive -R spec",
"report-coverage": "cat ./coverage/lcov.info | coveralls"
},

@@ -30,2 +31,3 @@ "repository": {

"chai": "^3.4.1",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",

@@ -32,0 +34,0 @@ "eslint-config-vinli": "^4.1.0",

@@ -1,4 +0,4 @@

hapi-crud-promise [![Build Status](https://travis-ci.org/gangstead/hapi-crud-promise.svg?branch=master)](https://travis-ci.org/gangstead/hapi-crud-promise)
hapi-crud-promise [![Build Status](https://travis-ci.org/gangstead/hapi-crud-promise.svg?branch=master)](https://travis-ci.org/gangstead/hapi-crud-promise) [![Coverage Status](https://coveralls.io/repos/github/gangstead/hapi-crud-promise/badge.svg?branch=master)](https://coveralls.io/github/gangstead/hapi-crud-promise?branch=master)
==========================
[![NPM](https://nodei.co/npm/hap-crud-promise.png?downloads=true&&downloadRank=true&stars=true)](https://nodei.co/npm/comder/) [![NPM](https://nodei.co/npm-dl/hap-crud-promise.png?months=3&height=3)](https://nodei.co/npm/comder/)
[![NPM](https://nodei.co/npm/hap-crud-promise.png?downloads=true&&downloadRank=true&stars=true)](https://nodei.co/npm/hapi-crud-promise/) [![NPM](https://nodei.co/npm-dl/hap-crud-promise.png?months=3&height=3)](https://nodei.co/npm/hapi-crud-promise/)

@@ -5,0 +5,0 @@ <!-- toc -->

Sorry, the diff of this file is not supported yet