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.20.7 to 8.20.8

7

CHANGELOG.md

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

### [8.20.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.7...v8.20.8) (2020-12-30)
### Bug Fixes
* return ? when an sat score can't be converted ([05f3fc2](https://github.com/byu-oit/vue-decision-processing-components/commit/05f3fc2eb6f10a0bca3699df23eedd12df175307))
### [8.20.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.6...v8.20.7) (2020-12-03)

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

8

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

@@ -10,3 +10,3 @@ "dependencies": {

"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@fortawesome/vue-fontawesome": "^2.0.2",
"csv-string": "^4.0.1",

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

"s-age": "^1.1.2",
"vue2-datepicker": "^3.8.1"
"vue2-datepicker": "^3.8.2"
},
"devDependencies": {
"standard-version": "^9.0.0"
"standard-version": "^9.1.0"
},

@@ -23,0 +23,0 @@ "scripts": {},

@@ -44,4 +44,4 @@ const convTable = [

const converted = sat2Act(value)
if (converted === undefined) return value
if (converted === undefined) return '?'
return converted
}
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