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

remult

Package Overview
Dependencies
Maintainers
2
Versions
627
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remult - npm Package Compare versions

Comparing version 0.4.17 to 0.4.18

2

package.json
{
"name": "remult",
"version": "0.4.17",
"version": "0.4.18",
"description": "remult core lib",

@@ -5,0 +5,0 @@ "homepage": "https://remult.github.io/",

@@ -139,2 +139,34 @@ "use strict";

apiPath.get = secure(meta.options.allowApiRead, true, {
description: "return an array of " + key + ". supports filter operators",
parameters: [{
"name": "_limit",
"in": "path",
"description": "limit the number of returned rows, default 100",
"required": false,
"example": "25",
"type": "int"
},
{
"name": "_page",
"in": "path",
"description": "to be used for paging",
"required": false,
"type": "int"
},
{
"name": "_sort",
"in": "path",
"description": "the columns to sort on",
"example": "name,id",
"required": false,
"type": "string"
},
{
"name": "_order ",
"in": "path",
"description": "the sort order to user for the columns in `_sort`",
"example": "desc,asc",
"required": false,
"type": "string"
}],
responses: {

@@ -141,0 +173,0 @@ "200": {

Sorry, the diff of this file is not supported yet

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