audio-effects
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -13,3 +13,3 @@ 'use strict'; | ||
var _hallReverb = require('../../audio/hall-reverb.ogg'); | ||
var _hallReverb = require('file!../../../audio/hall-reverb.ogg'); | ||
@@ -16,0 +16,0 @@ var _hallReverb2 = _interopRequireDefault(_hallReverb); |
{ | ||
"name": "audio-effects", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "A javascript library to create audio effects using the web-audio-api", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"file-loader": "^0.8.5" | ||
"file-loader": "^0.8.5", | ||
"lodash": "^4.14.1" | ||
}, | ||
@@ -9,0 +10,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
609740
29
2
4
+ Addedlodash@^4.14.1
+ Addedlodash@4.17.21(transitive)