@capacitor-community/bluetooth-le
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -11,3 +11,3 @@ /** | ||
export function dataViewToNumbers(value) { | ||
return Array.from(new Uint8Array(value.buffer)); | ||
return Array.from(new Uint8Array(value.buffer, value.byteOffset, value.byteLength)); | ||
} | ||
@@ -14,0 +14,0 @@ /** |
@@ -60,3 +60,3 @@ 'use strict'; | ||
function dataViewToNumbers(value) { | ||
return Array.from(new Uint8Array(value.buffer)); | ||
return Array.from(new Uint8Array(value.buffer, value.byteOffset, value.byteLength)); | ||
} | ||
@@ -63,0 +63,0 @@ /** |
@@ -57,3 +57,3 @@ var capacitorCommunityBluetoothLe = (function (exports, core) { | ||
function dataViewToNumbers(value) { | ||
return Array.from(new Uint8Array(value.buffer)); | ||
return Array.from(new Uint8Array(value.buffer, value.byteOffset, value.byteLength)); | ||
} | ||
@@ -60,0 +60,0 @@ /** |
{ | ||
"name": "@capacitor-community/bluetooth-le", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Capacitor plugin for Bluetooth Low Energy ", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
637499
59
4275
0