Socket
Socket
Sign inDemoInstall

glicol

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glicol - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

index.js

@@ -37,6 +37,9 @@ import worklet from './glicol-engine'

// console.log(text)
const blob = new Blob([text], { type: "application/javascript" });
// console.log(blob)
const module = URL.createObjectURL(blob);
// console.log(module)
await this.audioContext.audioWorklet.addModule(module)
if (isSharedArrayBufferSupported) {

@@ -43,0 +46,0 @@

4

nodechain.js

@@ -60,2 +60,6 @@ const isRef = s => String(s).includes('~')

export function sig(param) {
return new NodeChain(`constsig ${param}`)
}
export function mix(str) {

@@ -62,0 +66,0 @@ // var result;

{
"name": "glicol",
"version": "0.3.0",
"version": "0.3.1",
"description": "An light-weight, garbage-collection-free, and easy-to-use audio engine for browser-based music apps.",

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

Sorry, the diff of this file is not supported yet

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