darudejs-nodestorm
Advanced tools
Comparing version 0.0.2 to 0.0.3
var fs = require('fs'); | ||
var path = require('path'); | ||
var lame = require('lame'); | ||
var Speaker = require('speaker'); | ||
var mp3Stream = fs.createReadStream(__dirname + 'sandstorm.mp3'); | ||
var fpath = path.resolve(__dirname, 'sandstorm.mp3'); | ||
console.log(fpath); | ||
var mp3Stream = fs.createReadStream(fpath); | ||
@@ -7,0 +10,0 @@ mp3Stream.pipe(new lame.Decoder) |
{ | ||
"name": "darudejs-nodestorm", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Trance glory.", | ||
@@ -5,0 +5,0 @@ "main": "darude.js", |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
17831416
6
10
1
17