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.6.11 to 8.7.0

FilterBreadcrumb.vue

12

CHANGELOG.md

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

## [8.7.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.11...v8.7.0) (2020-02-12)
### Features
* New component to display active packet list filters ([ca39e84](https://github.com/byu-oit/vue-decision-processing-components/commit/ca39e843642329df18f37b398b9c58bbdd8d9d0f))
### Bug Fixes
* linting ([86847aa](https://github.com/byu-oit/vue-decision-processing-components/commit/86847aa0a2343d158fdf4634043d7ece5f082d01))
### [8.6.11](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.10...v8.6.11) (2020-02-07)

@@ -7,0 +19,0 @@

16

dateTimeFormat.js

@@ -49,6 +49,6 @@ /*

const term = {
'1': 'W',
'3': 'Sp',
'4': 'Su',
'5': 'F'
1: 'W',
3: 'Sp',
4: 'Su',
5: 'F'
}[value.substr(-1)]

@@ -62,8 +62,8 @@ return value.substr(0, 4).concat(term)

const term = {
'1': 'Winter',
'3': 'Spring',
'4': 'Summer',
'5': 'Fall'
1: 'Winter',
3: 'Spring',
4: 'Summer',
5: 'Fall'
}[value.substr(-1)]
return `${term} ${value.substr(0, 4)}`
}
{
"name": "@byu-oit/vue-decision-processing-components",
"version": "8.6.11",
"version": "8.7.0",
"description": "Vue components shared between decision processing systems for the CES schools.",

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

@@ -9,3 +9,3 @@ // list shape:

export const state = {
list: [ ],
list: [],
bulkChange: {

@@ -12,0 +12,0 @@ total: 0,

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