Socket
Socket
Sign inDemoInstall

audio-buffer-list

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-buffer-list - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

8

index.js

@@ -234,3 +234,3 @@ /**

start = start || 0
end = end || this.length
end = end == null ? this.length : end

@@ -242,2 +242,7 @@ if (start < 0)

if (start == end) {
let res = new AudioBufferList([], {context: this.context})
return res
}
var startOffset = this._offset(start)

@@ -412,3 +417,2 @@ , endOffset = this._offset(end)

middle._bufs = middle._bufs.map(fn)
if (before) middle = before.append(middle)

@@ -415,0 +419,0 @@ if (after) middle = middle.append(after)

{
"name": "audio-buffer-list",
"version": "1.3.2",
"version": "1.3.3",
"description": "Data structure for sequence of AudioBuffers",

@@ -5,0 +5,0 @@ "main": "index.js",

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