🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mooljs/plugin-store

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mooljs/plugin-store - npm Package Compare versions

Comparing version
1.0.0
to
1.1.0
+7
-1
dist/store.mjs

@@ -20,3 +20,9 @@ import { effectScope as o } from "vue";

async initialize(e, t) {
Object.entries(/* @__PURE__ */ Object.assign({})).forEach(([l, c]) => {
const moduleFiles = import.meta.glob(
"/src/store/*.ts",
{
eager: true,
},
);
Object.entries(moduleFiles).forEach(([l, c]) => {
var a;

@@ -23,0 +29,0 @@ const n = (a = l.match(/([^/]+)\.ts$/)) == null ? void 0 : a[1];

+6
-3
{
"name": "@mooljs/plugin-store",
"version": "1.0.0",
"version": "1.1.0",
"description": " global data store for mooljs",

@@ -33,8 +33,11 @@ "main": "index.js",

"devDependencies": {
"vite": "^5.3.4",
"@vueuse/core": "^13.0.0"
"@vueuse/core": "^13.0.0",
"vite": "^5.3.4"
},
"peerDependencies": {
"vue": "^3.2.25"
},
"dependencies": {
"tiny-glob": "^0.2.9"
}
}