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

@unicsmcr/unics_social_api_client

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unicsmcr/unics_social_api_client - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

6

dist/types/api.d.ts

@@ -46,3 +46,4 @@ export declare enum APIAccountStatus {

COMPUTER_SYSTEMS_ENGINEERING = "Computer Systems Engineering",
SOFTWARE_ENGINEERING = "Software Engineering"
SOFTWARE_ENGINEERING = "Software Engineering",
OTHER = "Other"
}

@@ -56,3 +57,4 @@ export declare enum Year {

INDUSTRIAL = "Industrial Year",
PHD = "PhD Student"
PHD = "PhD Student",
OTHER = "Other"
}

@@ -59,0 +61,0 @@ export declare enum Visibility {

@@ -23,2 +23,3 @@ "use strict";

Course["SOFTWARE_ENGINEERING"] = "Software Engineering";
Course["OTHER"] = "Other";
})(Course = exports.Course || (exports.Course = {}));

@@ -34,2 +35,3 @@ var Year;

Year["PHD"] = "PhD Student";
Year["OTHER"] = "Other";
})(Year = exports.Year || (exports.Year = {}));

@@ -36,0 +38,0 @@ var Visibility;

{
"name": "@unicsmcr/unics_social_api_client",
"version": "0.1.5",
"version": "0.1.6",
"description": "networking for CS students at the University of Manchester",

@@ -5,0 +5,0 @@ "main": "dist/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