Socket
Socket
Sign inDemoInstall

@oarepo/vue-query-synchronizer

Package Overview
Dependencies
24
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-a8 to 3.0.0-a9

2

package.json
{
"name": "@oarepo/vue-query-synchronizer",
"version": "3.0.0-a8",
"version": "3.0.0-a9",
"private": false,

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

/*!
* @oarepo/vue-query-synchronizer v3.0.0-a8
* @oarepo/vue-query-synchronizer v3.0.0-a9
* (c) Miroslav Simek <simeki@vscht.cz>

@@ -339,2 +339,7 @@ * Released under the MIT License.

var datatype = datatypes[splitted[0]];
if (!datatype) {
throw new Error("No query datatype \"".concat(splitted[0], "\""));
}
def = {

@@ -341,0 +346,0 @@ datatype: datatype,

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