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

@clast/cms-mod

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clast/cms-mod - npm Package Compare versions

Comparing version 0.0.2-beta.3 to 0.1.0

0

__tests__/cms.test.js

@@ -0,0 +0,0 @@ 'use strict'

8

package.json
{
"name": "@clast/cms-mod",
"version": "0.0.2-beta.3",
"version": "0.1.0",
"description": "cms data module",

@@ -18,6 +18,6 @@ "author": "mecolela <sichangim@gmail.com>",

"dependencies": {
"@clast/service": "^0.0.2-beta.3",
"@clast/store": "^0.0.2-beta.3"
"@clast/service": "^0.1.0",
"@clast/store": "^0.1.0"
},
"gitHead": "b478124b16cf7406309c0735cd865b6bc8c096e7"
"gitHead": "ad85321705965a9e3a3e3c5d627a11be67a77ebe"
}

@@ -0,0 +0,0 @@ import {ActionTree} from 'vuex'

@@ -0,0 +0,0 @@ import {GetterTree} from 'vuex'

export const SN_CMS = 'cms'
export const CMS_SET_DATA = 'CMS_SET_DATA'

@@ -0,0 +0,0 @@ import {MutationTree} from 'vuex'

export default interface CsmState {
[field: string]: any
}
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