express-json-data
Advanced tools
@@ -27,10 +27,9 @@ 'use strict'; | ||
function expressJsonData() { | ||
var _ref = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0]; | ||
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, | ||
_ref$data = _ref.data, | ||
data = _ref$data === undefined ? {} : _ref$data, | ||
limit = _ref.limit, | ||
_ref$type = _ref.type, | ||
type = _ref$type === undefined ? ['application/json', 'application/json-patch+json'] : _ref$type; | ||
var _ref$data = _ref.data; | ||
var data = _ref$data === undefined ? {} : _ref$data; | ||
var limit = _ref.limit; | ||
var _ref$type = _ref.type; | ||
var type = _ref$type === undefined ? ['application/json', 'application/json-patch+json'] : _ref$type; | ||
function getData(path) { | ||
@@ -37,0 +36,0 @@ // See https://github.com/Starcounter-Jack/JSON-Patch/issues/66 |
{ | ||
"name": "express-json-data", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Express JSON data router", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
37330
11.27%9
12.5%1
-50%122
Infinity%1
Infinity%