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

@xbuilder/bunadmin-source-strapi

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xbuilder/bunadmin-source-strapi - npm Package Compare versions

Comparing version 1.4.0-beta.2 to 1.4.0-beta.3

6

lib/services/listSer.js

@@ -57,6 +57,8 @@ "use strict";

return;
if (typeof field == "string") {
field = field.replace("attributes.", "");
}
operator = handleOperator(operator);
filtersStr += "&filters[".concat(field, "][").concat(operator, "]=").concat(value);
});
filtersStr = filtersStr.replace("attributes.", "");
if (searchWords) {

@@ -145,5 +147,5 @@ filtersStr =

default:
suffix = "$contains";
suffix = operator;
}
return suffix;
}
{
"name": "@xbuilder/bunadmin-source-strapi",
"version": "1.4.0-beta.2",
"version": "1.4.0-beta.3",
"license": "Apache-2.0",

@@ -20,2 +20,2 @@ "main": "lib/index.js",

}
}
}
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