Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nativescript-community/arraybuffers

Package Overview
Dependencies
Maintainers
19
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/arraybuffers - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [1.1.3](https://github.com/nativescript-community/arraybuffers/compare/v1.1.2...v1.1.3) (2023-08-10)
**Note:** Version bump only for package @nativescript-community/arraybuffers
## [1.1.2](https://github.com/nativescript-community/arraybuffers/compare/v1.1.1...v1.1.2) (2023-08-10)

@@ -8,0 +12,0 @@

6

index.android.js

@@ -55,5 +55,5 @@ let _runtimeVersion;

const bytuffer = buffer.nativeObject;
if (bytuffer.isDirect()) {
return buffer['nativeObject'].array();
}
// if (bytuffer.isDirect()) {
// return buffer['nativeObject'].array();
// }
bytuffer.rewind();

@@ -60,0 +60,0 @@ const bytes = Array.create('byte', buffer.byteLength);

{
"name": "@nativescript-community/arraybuffers",
"version": "1.1.2",
"version": "1.1.3",
"description": "Utility methods to work with Array Buffers in Nativescript",

@@ -46,3 +46,3 @@ "main": "index",

"bootstrapper": "nativescript-plugin-seed",
"gitHead": "4a41db99de5ef3f902767aebafa9fcdbed3e01d9"
"gitHead": "bb22bfadc200c1ae894c3791dc4ab414112c17b1"
}

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