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.7 to 0.1.8

7

CHANGELOG.md
Changelog
### 0.1.8 (2020-10-13)
### Bug Fixes
* Correct README ([bc3948a](https://github.com/cutterbl/soundtouchjs-audio-worklet/commit/bc3948a39f024f8987dceb0dc558cf3c492621f2))
### 0.1.7 (2020-09-19)

@@ -3,0 +10,0 @@

2

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

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

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

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

{
"name": "@soundtouchjs/audio-worklet",
"version": "0.1.7",
"version": "0.1.8",
"description": "An ES2015+ AudioWorklet implementation of the SoundTouchJS library",

@@ -73,3 +73,10 @@ "module": "dist/soundtouch-audio-node.js",

"@commitlint/config-conventional"
]
],
"rules": {
"subject-case": [
2,
"always",
"sentence-case"
]
}
},

@@ -76,0 +83,0 @@ "standard-version": {

@@ -44,3 +44,3 @@ # SoundTouchJS Audio Worklet

//top of the file
import createSoundTouchNode from '@soundtouchjs/audio-context';
import createSoundTouchNode from '@soundtouchjs/audio-worklet';
//... and later

@@ -47,0 +47,0 @@

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