New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

upsample

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upsample - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+1
-1
package.json
{
"name": "upsample",
"version": "1.2.0",
"version": "1.2.1",
"description": "upsample your wav file!",

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

@@ -16,4 +16,5 @@ # What is this?

data: the data of wav file with int16 type.
UPSAMPLE_RATIO: ratio of upsampling
UPSAMPLE_RATIO: ratio of upsampling(default is 2).
Then...

@@ -26,4 +27,4 @@

let upSampledData = upsample(data)
let upSampledData = upsample(data, 4)
```