Socket
Socket
Sign inDemoInstall

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.0.5 to 0.1.0

2

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

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

@@ -1,13 +0,15 @@

import * as generatedV1 from "../reference/moos-api-v1";
import { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/moos-api-v1";
enum AuthScope {
identify = "identify",
all = "*"
declare namespace v1 {
export type components = _components;
export type external = _external;
export type operations = _operations;
export type paths = _paths;
export enum AuthScope {
identify = "identify",
all = "*"
}
}
const v1 = {
...generatedV1,
AuthScope: AuthScope
};
export { 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