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.2.4 to 0.2.5

2

index.js

@@ -185,2 +185,3 @@ import text from './glicol-engine'

this.audioContext = new AudioContext()
this.audioContext.suspend()

@@ -226,2 +227,3 @@ const blob = new Blob([text], { type: "application/javascript" });

run(code) {
this.audioContext.resume()
if (this.codeWriter.available_write()) {

@@ -228,0 +230,0 @@ this.codeWriter.enqueue(this.encoder.encode(code))

2

package.json
{
"name": "glicol",
"version": "0.2.4",
"version": "0.2.5",
"description": "An 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