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.6.0 to 5.0.0

6

lib/sights.d.ts

@@ -119,3 +119,7 @@ import { TaskName } from './state';

*/
MAN12 = "man12"
MAN12 = "man12",
/**
* Tesla Model 3 (sedan)
*/
TESLAM3 = "teslam3"
}

@@ -122,0 +126,0 @@ /**

@@ -124,2 +124,6 @@ "use strict";

VehicleModel["MAN12"] = "man12";
/**
* Tesla Model 3 (sedan)
*/
VehicleModel["TESLAM3"] = "teslam3";
})(VehicleModel = exports.VehicleModel || (exports.VehicleModel = {}));

@@ -126,0 +130,0 @@ /**

12

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

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

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

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

"homepage": "https://github.com/monkvision/monkjs",
"gitHead": "68caf5a157e344b2187519616c9fe35eecafc65b"
"gitHead": "6426efb1b64fde310666b5556fc76aeb7c8f2584"
}
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