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.0.14 to 4.0.15

5

lib/state/part.d.ts

@@ -80,3 +80,6 @@ import { MonkEntity, MonkEntityType } from './entity';

WIPER_FRONT = "wiper_front",
WHEEL = "wheel"
WHEEL = "wheel",
CAR_INSIDE = "car_inside",
DAMAGED_CAR_INSIDE = "damaged_car_inside",
HANDLE_BACK_CENTER = "handle_back_center"
}

@@ -83,0 +86,0 @@ /**

3

lib/state/part.js

@@ -84,2 +84,5 @@ "use strict";

VehiclePart["WHEEL"] = "wheel";
VehiclePart["CAR_INSIDE"] = "car_inside";
VehiclePart["DAMAGED_CAR_INSIDE"] = "damaged_car_inside";
VehiclePart["HANDLE_BACK_CENTER"] = "handle_back_center";
})(VehiclePart = exports.VehiclePart || (exports.VehiclePart = {}));
{
"name": "@monkvision/types",
"version": "4.0.14",
"version": "4.0.15",
"license": "BSD-3-Clause-Clear",

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

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

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

"homepage": "https://github.com/monkvision/monkjs",
"gitHead": "ef206bab4a5ad0e8a8f94dee02ea4315ba1d9c7c"
"gitHead": "4ef0d6668a20018d374cc8c0588864670a973c2b"
}
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