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

classcharts-api

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classcharts-api - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

12

package.json
{
"name": "classcharts-api",
"version": "0.0.7",
"version": "0.0.8",
"description": "",

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"undici": "^4.9.2"
"undici": "^4.10.3"
},

@@ -25,7 +25,7 @@ "files": [

"devDependencies": {
"@types/node": "^16.11.6",
"typedoc": "^0.22.7",
"typescript": "^4.4.4"
"@types/node": "^16.11.10",
"typedoc": "^0.22.9",
"typescript": "^4.5.2"
},
"types": "./dist/index.d.ts"
}
}

@@ -90,5 +90,5 @@ export interface Student {

export interface GetHomeworkOptions {
displayDate: DisplayDate
fromDate: string
toDate: string
displayDate?: DisplayDate
fromDate?: string
toDate?: string
}

@@ -95,0 +95,0 @@ export interface Homework {

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