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

myges

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myges - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

6

package.json
{
"name": "myges",
"version": "1.8.0",
"version": "1.9.0",
"description": "",

@@ -30,6 +30,6 @@ "keywords": [],

"commander": "^4.1.1",
"inquirer": "^7.1.0",
"moment": "^2.24.0",
"inquirer": "^7.3.0",
"moment": "^2.27.0",
"update-notifier": "^4.1.0"
}
}

@@ -101,2 +101,4 @@ #!/usr/bin/env node --no-warnings

console.log(JSON.stringify(absences))
} else if (!absences) {
console.log('Nothing to display.');
} else {

@@ -146,2 +148,4 @@ display.table(absences.map(absence => ({

console.log(JSON.stringify(courses))
} else if (!courses) {
console.log('Nothing to display.');
} else {

@@ -197,2 +201,4 @@ const trimesters = [...new Set(courses.map(course => course.trimester))].sort()

console.log(JSON.stringify(grades))
} else if (!grades) {
console.log('Nothing to display.');
} else {

@@ -445,2 +451,4 @@ const trimesters = [...new Set(grades.map(grade => grade.trimester))].sort().map(trimester => {

console.log(JSON.stringify(projects))
} else if (!projects) {
console.log('Nothing to display.');
} else {

@@ -766,3 +774,3 @@ const { uid } = await api.request('GET', '/me/profile', config)

'Name': colors.cyan('Réseau GES (GHG Network)'),
'Value': 'http://www.reseau-ges.fr/',
'Value': 'http://www.reseau-ges.fr',
},

@@ -769,0 +777,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