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

classcharts-api

Package Overview
Dependencies
Maintainers
0
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 2.12.1 to 2.12.2

7

esm/src/core/studentClient.js

@@ -104,5 +104,6 @@ import { API_BASE_STUDENT, BASE_URL } from "../utils/consts.js";

method: "POST",
body: JSON.stringify({
date: options.dateOfBirth,
}),
body: `date=${options.dateOfBirth}`,
headers: {
"content-type": "application/x-www-form-urlencoded",
},
});

@@ -109,0 +110,0 @@ return data;

{
"name": "classcharts-api",
"version": "2.12.1",
"version": "2.12.2",
"description": "A Typescript wrapper for getting information from the ClassCharts API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -107,5 +107,6 @@ "use strict";

method: "POST",
body: JSON.stringify({
date: options.dateOfBirth,
}),
body: `date=${options.dateOfBirth}`,
headers: {
"content-type": "application/x-www-form-urlencoded",
},
});

@@ -112,0 +113,0 @@ return data;

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