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.1.0 to 4.2.0

9

lib/api.d.ts

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

import { TaskName } from './state';
import { VehicleType } from './sights';
import { AdditionalData, TaskName, Vehicle } from './state';
/**

@@ -113,3 +112,3 @@ * Enumeration of the API permissions included in the Monk authentication token.

*/
vehicleType?: VehicleType;
vehicle?: Vehicle;
/**

@@ -133,2 +132,6 @@ * Boolean indicating if the API should generate dynamic crops or not.

isVideoCapture?: boolean;
/**
* Additional data of the inspection.
*/
additionalData?: AdditionalData;
}
{
"name": "@monkvision/types",
"version": "4.1.0",
"version": "4.2.0",
"license": "BSD-3-Clause-Clear",

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

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

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

"homepage": "https://github.com/monkvision/monkjs",
"gitHead": "609b0e8613f5ceaa946b8b626ba4fd3936d25067"
"gitHead": "68bce4b15bcd2db64421c9269bbc4a2b24af1d0c"
}
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