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

ar-drone

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ar-drone - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

cutout.js

2

lib/navdata/NavdataReader.js

@@ -35,3 +35,3 @@ var util = require('util');

NavdataReader.prototype.char = function() {
return this._buffer[ this._offset ];
return this.uint8();
};

@@ -38,0 +38,0 @@

@@ -5,3 +5,3 @@ {

"description": "A node.js client for controlling Parrot AR Drone 2.0 quad-copters.",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/felixge/node-ar-drone",

@@ -8,0 +8,0 @@ "repository": {

@@ -676,7 +676,7 @@ var common = require('../../common');

ok: 1,
state: 513,
radius: -20.9833984375,
state: 2,
radius: 387.31146240234375,
error: {
mean: 1129450962944,
variance: -1.9905589299967167e-20
mean: -211.51361083984375,
variance: 79.3671875
}

@@ -739,3 +739,3 @@ };

groundEffect: true,
sum: 1.401298464324817e-45,
sum: 0,
reject: false,

@@ -742,0 +742,0 @@ uMultisinus: 0,

Sorry, the diff of this file is not supported yet

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