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

@byu-oit/aim-nuxt-builder

Package Overview
Dependencies
Maintainers
12
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byu-oit/aim-nuxt-builder - npm Package Compare versions

Comparing version 0.0.2-19 to 0.0.2-20

2

package.json
{
"name": "@byu-oit/aim-nuxt-builder",
"version": "0.0.2-19",
"version": "0.0.2-20",
"description": "Builds out the AIM pages, static files, and vuex stores",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,3 +6,3 @@ import { ContextStore } from './store'

export default function (ctx) {
ctx.store.registerModule('context', new ContextStore(options), { preserveState: true })
ctx.store.registerModule('context', new ContextStore(options), { preserveState: true, namespaced: true })
}

@@ -6,3 +6,3 @@ import { RootStore } from './store'

export default function (ctx) {
ctx.store.registerModule('root', new RootStore(options), { preserveState: true })
ctx.store.registerModule('root', new RootStore(options), { preserveState: true, namespaced: true })
}

@@ -6,3 +6,3 @@ import { RouteStore } from './store'

export default function (ctx) {
ctx.store.registerModule('route', new RouteStore(options), { preserveState: true })
ctx.store.registerModule('route', new RouteStore(options), { preserveState: true, namespaced: true })
}
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