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

moos-api

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moos-api - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

package.json
{
"name": "moos-api",
"version": "0.7.0",
"version": "0.7.1",
"description": "Moos API type definitions",

@@ -5,0 +5,0 @@ "repository": {

@@ -18,2 +18,4 @@ /**

post: operations["fetch-profile"];
/** Logout */
delete: operations["delete-profile"];
};

@@ -253,2 +255,17 @@ "/file": {

};
"delete-profile": {
/** Logout */
responses: {
/** @description No Content */
204: never;
/** @description Bad Request */
400: never;
/** @description Unauthorized */
401: never;
/** @description Forbidden */
403: never;
/** @description Internal Server Error */
500: never;
};
};
"put-profile-file": {

@@ -255,0 +272,0 @@ /**

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

import { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/cdn-api-v1";
import type { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/cdn-api-v1";

@@ -19,2 +19,2 @@ declare namespace cdn_api_v1 {

export { cdn_api_v1 };
export type { cdn_api_v1 };

@@ -1,4 +0,4 @@

import { moos_api_v1 } from "./moos-api";
import { cdn_api_v1 } from "./cdn-api";
import type { moos_api_v1 } from "./moos-api";
import type { cdn_api_v1 } from "./cdn-api";
export { moos_api_v1, cdn_api_v1 };
export type { moos_api_v1, cdn_api_v1 };

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

import { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/moos-api-v1";
import type { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/moos-api-v1";

@@ -27,2 +27,2 @@ declare namespace moos_api_v1 {

export { moos_api_v1 };
export type { moos_api_v1 };

Sorry, the diff of this file is not supported yet

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