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

@soundtouchjs/audio-worklet

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundtouchjs/audio-worklet - npm Package Compare versions

Comparing version 0.1.8 to 0.1.10

4

CHANGELOG.md
Changelog
### 0.1.10 (2020-10-26)
### 0.1.9 (2020-10-26)
### 0.1.8 (2020-10-13)

@@ -3,0 +7,0 @@

2

dist/soundtouch-audio-node.js
/*
* SoundTouch Audio Worklet v0.1.8 AudioWorklet using the
* SoundTouch Audio Worklet v0.1.10 AudioWorklet using the
* SoundTouch audio processing library

@@ -4,0 +4,0 @@ *

/*
* SoundTouch Audio Worklet v0.1.8 AudioWorklet using the
* SoundTouch Audio Worklet v0.1.10 AudioWorklet using the
* SoundTouch audio processing library

@@ -4,0 +4,0 @@ *

{
"name": "@soundtouchjs/audio-worklet",
"version": "0.1.8",
"version": "0.1.10",
"description": "An ES2015+ AudioWorklet implementation of the SoundTouchJS library",
"module": "dist/soundtouch-audio-node.js",
"exports": {
".": {
"import": "./dist/soundtouch-audio-node.js"
}
},
"files": [
"dist"
],
"keywords": [
"audio",
"WebAudio",
"JavaScript",
"webaudio",
"worklet",
"audioworklet",
"audioworkletprocessor",
"audionode",
"javascript",
"es2015"
],
"bugs": {
"url": "https://github.com/cutterbl/soundtouchjs-audio-worklet/issues"
},
"scripts": {

@@ -33,2 +42,6 @@ "build": "rollup -c scripts/rollup.config.js",

},
"bugs": {
"url": "https://github.com/cutterbl/soundtouchjs-audio-worklet/issues"
},
"homepage": "https://github.com/cutterbl/SoundTouchJS",
"husky": {

@@ -39,3 +52,2 @@ "hooks": {

},
"homepage": "https://github.com/cutterbl/SoundTouchJS",
"dependencies": {},

@@ -42,0 +54,0 @@ "devDependencies": {

@@ -144,1 +144,4 @@ # SoundTouchJS Audio Worklet

Thanks to [Christoph Guttandin](https://github.com/chrisguttandin), of [standardized-audio-context](https://github.com/chrisguttandin/standardized-audio-context) fame, for the idea of providing the factory method to enable polyfill/ponyfill usage.
1
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