Socket
Socket
Sign inDemoInstall

@oarepo/vue-query-synchronizer

Package Overview
Dependencies
12
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

2

package.json
{
"name": "@oarepo/vue-query-synchronizer",
"version": "2.3.0",
"version": "2.3.1",
"main": "vue-query-synchronizer.esm.js",

@@ -5,0 +5,0 @@ "license": "MIT",

/*!
* @oarepo/vue-query-synchronizer v2.3.0
* @oarepo/vue-query-synchronizer v2.3.1
* (c) Miroslav Simek <simeki@vscht.cz>

@@ -215,2 +215,6 @@ * Released under the MIT License.

if (typeof value === 'string') {
if (value === '') {
return [];
}
return value.split(separator);

@@ -227,2 +231,6 @@ }

if (typeof value === 'string') {
if (value === '') {
return [];
}
return value.split(separator);

@@ -265,4 +273,10 @@ }

defaultValue: null
};
}; // for easier debugging
if (debug) {
Object.entries(datatypes).forEach(function (d) {
d[1].code = d[0];
});
}
var _vue = new Vue({

@@ -269,0 +283,0 @@ data: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc