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.22 to 0.2.23

6

nodechain.js

@@ -107,5 +107,5 @@ const isRef = s => String(s).includes('~')

lpf(cutoff, qvalue) {
if ( (!isNaN(cutoff) || isRef(cutoff)) && (!isNaN(qvalue))) {
this.code += ` >> lpf ${cutoff} ${qvalue}`
}
// if ( (!isNaN(cutoff) || isRef(cutoff)) && (!isNaN(qvalue))) {
this.code += ` >> lpf ${cutoff} ${qvalue}`
// }
return this

@@ -112,0 +112,0 @@ }

{
"name": "glicol",
"version": "0.2.22",
"version": "0.2.23",
"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