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

@hzab/data-model

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hzab/data-model - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "@hzab/data-model",
"version": "0.2.2",
"version": "0.2.3",
"description": "data model",

@@ -5,0 +5,0 @@ "main": "src",

@@ -88,2 +88,4 @@ # @hzab/data-model

{
// 动态的 params 数据
effectParams: { orgId },
// 动态 query 数据

@@ -90,0 +92,0 @@ effectQuery: { orgId },

@@ -230,3 +230,3 @@ import _ from "lodash";

this.axios
.delete(apiUrl, { ...this.axiosConf, ..._params })
.delete(apiUrl, { ...this.axiosConf, params: _params })
.then((response) => {

@@ -256,3 +256,3 @@ this.handleRes(

this.axios
.delete(apiUrl, { ...this.axiosConf, ..._params })
.delete(apiUrl, { ...this.axiosConf, params: _params })
.then((response) => {

@@ -259,0 +259,0 @@ this.handleRes(

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