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

@lowcoder66/easy-admin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowcoder66/easy-admin - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

4

package.json
{
"name": "@lowcoder66/easy-admin",
"version": "1.0.11",
"version": "1.0.12",
"description": "Admin framework for Vue.js",

@@ -53,3 +53,3 @@ "main": "dist/admin.common.js",

},
"gitHead": "1903609668672893ecbe056ee442cf9e557bede7"
"gitHead": "dbcd98d8c4e78edc468d6d4a839e108e29ebaee1"
}

@@ -93,4 +93,4 @@ import {

let { data } = await httpClient.get(`${resource}?${qs.stringify(query, { arrayFormat: "repeat" })}`)
let response = await httpClient.get(`${resource}?${qs.stringify(query, { arrayFormat: "repeat" })}`)
let { data } = response
// spring page response, {content: []}

@@ -112,2 +112,3 @@ if (

page: pageNumber,
rawResponse: response,
}

@@ -114,0 +115,0 @@ } else if (data instanceof Array) {

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