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

@kassellabs/corellia-api

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kassellabs/corellia-api - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/index.d.ts

@@ -13,3 +13,3 @@ import { AxiosInstance, AxiosRequestConfig } from 'axios';

axios: AxiosInstance;
constructor({ host, clientId, clientSecret, }: CorelliaAPIContructorType);
constructor({ clientId, clientSecret, host, }: CorelliaAPIContructorType);
renewAccessToken(): Promise<void>;

@@ -16,0 +16,0 @@ request(options: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any>>;

@@ -16,4 +16,5 @@ "use strict";

const axios_1 = __importDefault(require("axios"));
const AUTH_URL = 'https://api.corellia.kassellabs.io';
class CorelliaAPI {
constructor({ host = 'https://api.corellia.kassellabs.io', clientId, clientSecret, }) {
constructor({ clientId, clientSecret, host = AUTH_URL, }) {
this.host = host;

@@ -20,0 +21,0 @@ this.clientId = clientId;

{
"name": "@kassellabs/corellia-api",
"version": "0.0.3",
"version": "0.0.4",
"description": "Corellia's External API to render After Effects Videos",

@@ -10,2 +10,5 @@ "author": "Kassel Labs Team",

"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {

@@ -12,0 +15,0 @@ "prepublish": "npm run build",

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