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

@foxglove/rosmsg-msgs-common

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foxglove/rosmsg-msgs-common - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

msgdefs/ros2galactic/tf2_msgs/msg/TF2Error.msg

4

dist/index.d.ts

@@ -254,2 +254,4 @@ // This Source Code Form is subject to the terms of the Mozilla Public

"test_msgs/Builtins": RosMsgDefinition;
"tf2_msgs/TF2Error": RosMsgDefinition;
"tf2_msgs/TFMessage": RosMsgDefinition;
"trajectory_msgs/JointTrajectory": RosMsgDefinition;

@@ -400,2 +402,4 @@ "trajectory_msgs/JointTrajectoryPoint": RosMsgDefinition;

"test_msgs/Builtins": RosMsgDefinition;
"tf2_msgs/TF2Error": RosMsgDefinition;
"tf2_msgs/TFMessage": RosMsgDefinition;
"trajectory_msgs/JointTrajectory": RosMsgDefinition;

@@ -402,0 +406,0 @@ "trajectory_msgs/JointTrajectoryPoint": RosMsgDefinition;

2

package.json
{
"name": "@foxglove/rosmsg-msgs-common",
"version": "2.0.0",
"version": "2.1.0",
"description": "Common ROS message definitions using @foxglove/rosmsg",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,3 +5,3 @@ # rosmsg-msgs-common

This library exports a map of ROS1 datatype string keys to [@foxglove/rosmsg](https://github.com/foxglove/rosmsg) `RosMsgDefinition` values for most common ROS1 message definitions. The message definitions were extracted from the `ros:noetic-robot-focal` Docker container using the `gendeps --cat` command.
This library exports a map of ROS1 and ROS2 datatype string keys to [@foxglove/rosmsg](https://github.com/foxglove/rosmsg) `RosMsgDefinition` values for most common ROS1 and ROS2 message definitions. The ROS1 message definitions were extracted from the `ros:noetic-robot-focal` Docker container using the `gendeps --cat` command. ROS2 message definitions were extracted from [rcl_interfaces](https://github.com/ros2/rcl_interfaces), [common_interfaces](https://github.com/ros2/common_interfaces), and [unique_identifier_msgs](https://github.com/ros2/unique_identifier_msgs) repository branches using the [gendeps2](https://github.com/foxglove/rosmsg/blob/main/src/gendeps2.ts) utility.

@@ -8,0 +8,0 @@ ## License

Sorry, the diff of this file is too big to display

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