Socket
Socket
Sign inDemoInstall

@foxglove/rtps

Package Overview
Dependencies
4
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

1

dist/Participant.js

@@ -611,2 +611,3 @@ "use strict";

parameters.typeName(opts.typeName);
parameters.durability(opts.durability);
parameters.reliability(opts.reliability);

@@ -613,0 +614,0 @@ parameters.history(opts.history);

2

package.json
{
"name": "@foxglove/rtps",
"version": "1.2.4",
"version": "1.2.5",
"description": "Real-Time Publish Subscribe (DDS-RTPS) protocol implementation with a pluggable transport layer. This is a subset of the complete specification optimized for ROS 2 (Robot Operating System) connections",

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

@@ -445,2 +445,3 @@ import { CdrReader } from "@foxglove/cdr";

parameters.typeName(opts.typeName);
parameters.durability(opts.durability);
parameters.reliability(opts.reliability);

@@ -447,0 +448,0 @@ parameters.history(opts.history);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc