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

@magnetarjs/plugin-vue3

Package Overview
Dependencies
Maintainers
3
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/plugin-vue3 - npm Package Compare versions

Comparing version 0.11.8 to 0.11.9

7

dist/index.js

@@ -200,3 +200,4 @@ "use strict";

const doOnFetchAction = (_payload, meta) => {
const docPath = `${collectionPath}/${docId}`;
const _docId = docId || ((0, import_is_what5.isFullString)(meta?.id) ? meta.id : (0, import_is_what5.isNumber)(meta?.id) ? `${meta.id}` : void 0);
const docPath = `${collectionPath}/${_docId}`;
if (meta === "error") {

@@ -207,3 +208,3 @@ exists[docPath] = "error";

if ((0, import_is_what5.isBoolean)(meta?.exists)) {
exists[`${collectionPath}/${docId}`] = meta.exists;
exists[`${collectionPath}/${_docId}`] = meta.exists;
}

@@ -218,3 +219,3 @@ if (_payload === void 0)

collectionPath,
docId: docId || ((0, import_is_what5.isFullString)(meta?.id) ? meta.id : (0, import_is_what5.isNumber)(meta?.id) ? `${meta.id}` : void 0),
docId: _docId,
actionConfig,

@@ -221,0 +222,0 @@ pluginModuleConfig

{
"name": "@magnetarjs/plugin-vue3",
"version": "0.11.8",
"version": "0.11.9",
"sideEffects": false,

@@ -32,9 +32,9 @@ "description": "Magnetar plugin vue3",

"path-to-prop": "2.0.2",
"@magnetarjs/types": "0.11.8",
"@magnetarjs/utils": "0.11.8"
"@magnetarjs/utils": "0.11.9",
"@magnetarjs/types": "0.11.9"
},
"devDependencies": {
"vue": "^3.2.45",
"@magnetarjs/core": "0.11.8",
"@magnetarjs/test-utils": "0.11.8"
"@magnetarjs/core": "0.11.9",
"@magnetarjs/test-utils": "0.11.9"
},

@@ -41,0 +41,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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