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

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

Package Overview
Dependencies
Maintainers
12
Versions
327
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 5.3.2 to 5.4.0

InternationalIndicator.vue

12

dateTimeFormat.js

@@ -42,1 +42,13 @@ /*

}
export const yearTermFormat = value => {
if (!value) return value
if (!/^[0-9]{4}[1345]$/.test(value)) return value
const term = {
'1': 'W',
'3': 'Sp',
'4': 'Su',
'5': 'F'
}[value.substr(-1)]
return value.substr(0, 4).concat(term)
}

2

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

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

Sorry, the diff of this file is not supported yet

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