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.8 to 0.0.9

3

dist/client.d.ts

@@ -0,1 +1,2 @@

import { RequestOptions } from 'undici/types/dispatcher';
import { ActivityResponse, BehaviourResponse, GetActivityOptions, GetBehaviourOptions, GetHomeworkOptions, GetLessonsOptions, HomeworksResponse, LessonsResponse, Student } from '../types';

@@ -18,3 +19,3 @@ /**

constructor(studentCode: string, dateOfBirth?: string);
private makeAuthedRequest;
makeAuthedRequest(path: string, options: Omit<RequestOptions, 'origin' | 'path'>): Promise<any>;
/**

@@ -21,0 +22,0 @@ * Initialises the client and authenticates with classcharts

{
"name": "classcharts-api",
"version": "0.0.8",
"version": "0.0.9",
"description": "",

@@ -29,2 +29,2 @@ "repository": {

"types": "./dist/index.d.ts"
}
}
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