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

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.2 to 0.3.3

5

index.js

@@ -24,2 +24,3 @@ import worklet from './glicol-engine'

isLiveCoding = false,
loadSamples = false,
connectTo,

@@ -102,3 +103,5 @@ onLoaded = () => {}

} else {
await this.loadSamples()
if (loadSamples) {
await this.loadSamples()
}
}

@@ -105,0 +108,0 @@ onLoaded()

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

sp(sampleName) {
// if (!isNaN(str)) {
this.code += ` >> sp \\${sampleName}`
// }
return this
}
envperc(attack, decay) {

@@ -189,0 +196,0 @@ // if (!isNaN(str)) {

2

package.json
{
"name": "glicol",
"version": "0.3.2",
"version": "0.3.3",
"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",

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