+1
-1
| { | ||
| "name": "node-sound", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "description": "A library to play audio files from nodejs applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+9
-0
@@ -9,1 +9,10 @@ # node-sound | ||
| `yarn add node-sound` | ||
| # Usage | ||
| ```js | ||
| const { NodeSound } = require('node-sound'); | ||
| const player = NodeSound.getDefaultPlayer(); | ||
| player.play('sample.wav').then(() => { | ||
| // TO DO | ||
| }) | ||
| ``` |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
202177
0.08%17
88.89%