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
15
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.19.6 to 8.19.7

7

CHANGELOG.md

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

### [8.19.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.6...v8.19.7) (2020-09-25)
### Bug Fixes
* include city/state/zip line in address lines if not provided ([80c7424](https://github.com/byu-oit/vue-decision-processing-components/commit/80c7424551565ca0b20cdc92daaf330759d34df5))
### [8.19.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.5...v8.19.6) (2020-06-29)

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

20

package.json
{
"name": "@byu-oit/vue-decision-processing-components",
"version": "8.19.6",
"version": "8.19.7",
"description": "Vue components shared between decision processing systems for the CES schools.",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"csv-string": "^4.0.1",

@@ -16,6 +16,6 @@ "is-iso-date": "0.0.1",

"s-age": "^1.1.2",
"vue2-datepicker": "^3.6.0"
"vue2-datepicker": "^3.6.2"
},
"devDependencies": {
"standard-version": "^8.0.0"
"standard-version": "^9.0.0"
},

@@ -34,5 +34,5 @@ "scripts": {},

"peerDependencies": {
"vue": "^2.5.15",
"vuex": "^3.0.1"
"vue": "^2.6.12",
"vuex": "^3.5.1"
}
}

@@ -32,2 +32,7 @@ import get from 'lodash.get'

const state = get(b, 'state_code.description')
const stateCode = get(b, 'state_code.value')
const zipCode = get(b, 'postal_code.value')
if (addressLines.length === 1 && countryCode === 'USA') {
addressLines.push(`${city}, ${stateCode} ${zipCode}`)
}

@@ -60,3 +65,4 @@ const schoolPreferenceOrder = get(b, 'school_preference_order.value')

state,
submittedOn
submittedOn,
zipCode
}

@@ -63,0 +69,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