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

arraybuffer.slice

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arraybuffer.slice - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -24,3 +24,3 @@ /**

var abv = new Uint8Array(arraybuffer);
var result = Uint8Array(end - start);
var result = new Uint8Array(end - start);
for (var i = start, ii = 0; i < end; i++, ii++) {

@@ -27,0 +27,0 @@ result[ii] = abv[i];

{
"name": "arraybuffer.slice",
"description": "Exports a function for slicing ArrayBuffers (no polyfilling)",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/rase-/arraybuffer.slice",

@@ -6,0 +6,0 @@ "dependencies": {},

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