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

@byu-oit/admissions-report-class

Package Overview
Dependencies
Maintainers
13
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byu-oit/admissions-report-class - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

index.js

@@ -151,2 +151,14 @@ class Column {

toJSON () {
if (this._institutions.length === 0) {
// no institutions component
return {
name: this._name,
description: this._description,
long_description: this._longDescription,
category: this._category,
content_type: this._contentTypes,
parameters: this._parameters,
columns: this._columns.map((column, ordinal) => ({ ordinal: (ordinal + 1).toString(), ...column.toJSON() }))
}
}
return {

@@ -153,0 +165,0 @@ name: this._name,

2

package.json
{
"name": "@byu-oit/admissions-report-class",
"version": "0.0.1",
"version": "0.0.2",
"description": "Two class definitions used to help format the code in various report handlers",

@@ -5,0 +5,0 @@ "main": "index.js",

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