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
0
Versions
325
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.35.13 to 8.35.14

2

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

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

@@ -43,3 +43,2 @@ import get from 'lodash.get'

const stats = get(json, 'stats', [])
console.log(`api/packetList::parseStats::stats=${JSON.stringify(stats)}`)
const admitPeriods = stats.map(s => s.key).filter(s => /^[0-9]{5}$/.test(s))

@@ -56,4 +55,3 @@ return stats.reduce((acc, curr) => {

const stats = parseStats(json)
console.log(`api/packetList::parseResponse::stats=${JSON.stringify(stats)}`)
return { data, total, stats }
}

@@ -27,3 +27,2 @@ // list shape:

setUsers (state, { users = [] }) {
console.log(`store::users::setUsers::users=${JSON.stringify(users)}`)
state.list = users

@@ -30,0 +29,0 @@ },

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