New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@byu-oit/vue-decision-processing-components

Package Overview
Dependencies
Maintainers
12
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byu-oit/vue-decision-processing-components - npm Package Compare versions

Comparing version 8.13.0 to 8.14.0

DetailsActivity.vue

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [8.14.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.13.0...v8.14.0) (2020-02-27)
### Features
* view activity essay reported by applicant ([9f83520](https://github.com/byu-oit/vue-decision-processing-components/commit/9f835201b655eb4aae1ecf0fd24b3afa5f2f480e))
## [8.13.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.12.0...v8.13.0) (2020-02-26)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "@byu-oit/vue-decision-processing-components",
"version": "8.13.0",
"version": "8.14.0",
"description": "Vue components shared between decision processing systems for the CES schools.",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -0,1 +1,2 @@

import * as activity from './activity'
import * as background from './background'

@@ -97,2 +98,3 @@ import * as bio from './bio'

commit('resetApplication')
commit('resetActivity')
commit('resetBackground')

@@ -113,2 +115,3 @@ commit('resetBio')

commit('setApplication', application.basic)
commit('setActivity', application.activity)
commit('setBackground', application.background)

@@ -131,2 +134,3 @@ commit('setBio', application.bio)

export const modules = {
activity,
background,

@@ -133,0 +137,0 @@ bio,

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