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

@foxglove/rosmsg

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foxglove/rosmsg - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

bin/gendeps2

3

package.json
{
"name": "@foxglove/rosmsg",
"version": "4.2.1",
"version": "4.2.2",
"description": "Parser for ROS .msg and .idl definitions",

@@ -31,2 +31,3 @@ "license": "MIT",

"files": [
"bin",
"dist",

@@ -33,0 +34,0 @@ "src"

@@ -61,5 +61,5 @@ # @foxglove/rosmsg

struct Point {
long double x;
long double y;
long double z;
double x;
double y;
double z;
};

@@ -75,6 +75,6 @@ };

struct Quaternion {
long double x;
long double y;
long double z;
long double w;
double x;
double y;
double z;
double w;
};

@@ -81,0 +81,0 @@ };

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