New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@monkvision/types

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monkvision/types - npm Package Compare versions

Comparing version 4.4.5 to 4.5.0

25

lib/api.d.ts

@@ -25,23 +25,2 @@ import { AdditionalData, TaskName, Vehicle } from './state';

/**
* Enumeration of Monk response format.
*/
export declare enum BusinessClients {
/**
* Default format.
*/
DEFAULT = "default",
/**
* Toyota format.
*/
TOYOTA = "toyota",
/**
* Veb format.
*/
VEB = "veb",
/**
* Tesla format.
*/
TESLA = "tesla"
}
/**
* Options used to specify a callback that will be called by the API when a task is complete.

@@ -141,5 +120,5 @@ */

*
* @default BusinessClients.DEFAULT
* @default 'default'
*/
outputFormat?: BusinessClients;
outputFormat?: string;
/**

@@ -146,0 +125,0 @@ * The custom pricing matrix to use.

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PricingMethodology = exports.BusinessClients = exports.MonkApiPermission = void 0;
exports.PricingMethodology = exports.MonkApiPermission = void 0;
/**

@@ -28,24 +28,2 @@ * Enumeration of the API permissions included in the Monk authentication token.

/**
* Enumeration of Monk response format.
*/
var BusinessClients;
(function (BusinessClients) {
/**
* Default format.
*/
BusinessClients["DEFAULT"] = "default";
/**
* Toyota format.
*/
BusinessClients["TOYOTA"] = "toyota";
/**
* Veb format.
*/
BusinessClients["VEB"] = "veb";
/**
* Tesla format.
*/
BusinessClients["TESLA"] = "tesla";
})(BusinessClients = exports.BusinessClients || (exports.BusinessClients = {}));
/**
* The different methodologies that can be used to calculate pricing values.

@@ -52,0 +30,0 @@ */

12

package.json
{
"name": "@monkvision/types",
"version": "4.4.5",
"version": "4.5.0",
"license": "BSD-3-Clause-Clear",

@@ -29,6 +29,6 @@ "packageManager": "yarn@3.2.4",

"devDependencies": {
"@monkvision/eslint-config-base": "4.4.5",
"@monkvision/eslint-config-typescript": "4.4.5",
"@monkvision/prettier-config": "4.4.5",
"@monkvision/typescript-config": "4.4.5",
"@monkvision/eslint-config-base": "4.5.0",
"@monkvision/eslint-config-typescript": "4.5.0",
"@monkvision/prettier-config": "4.5.0",
"@monkvision/typescript-config": "4.5.0",
"@types/node": "^18.11.9",

@@ -67,3 +67,3 @@ "@typescript-eslint/eslint-plugin": "^5.43.0",

"homepage": "https://github.com/monkvision/monkjs",
"gitHead": "06828436c12ee0507d0b7316b657674193bc7975"
"gitHead": "e40cad7d6a9d675a219d9d59fd832b189026772e"
}
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