Comparing version 8.1.5-alpha.0 to 8.1.5-alpha.3
{ | ||
"name": "wavefile", | ||
"version": "8.1.5-alpha.0", | ||
"version": "8.1.5-alpha.3", | ||
"description": "Create, read and write wav files according to the specs.", | ||
@@ -50,20 +50,23 @@ "homepage": "https://github.com/rochars/wavefile", | ||
"directories": { | ||
"dist": "./dist", | ||
"lib": "./lib", | ||
"vendor": "./vendor" | ||
"dist": "dist/", | ||
"lib": "lib/", | ||
"vendor": "vendor/" | ||
}, | ||
"files": [ | ||
"./index.js", | ||
"./cli.js", | ||
"./externs.js", | ||
"./index.d.ts", | ||
"./LICENSE", | ||
"./README.md", | ||
"./AUTHORS.md", | ||
"./CHANGELOG.md" | ||
"dist/", | ||
"lib/", | ||
"vendor/", | ||
"index.js", | ||
"cli.js", | ||
"externs.js", | ||
"index.d.ts", | ||
"LICENSE", | ||
"README.md", | ||
"AUTHORS.md", | ||
"CHANGELOG.md" | ||
], | ||
"scripts": { | ||
"lint": "jshint index.js externs.js cli.js lib", | ||
"test": "nyc --require=esm ./node_modules/mocha/bin/_mocha test --recursive -R dot --timeout=240000", | ||
"test-esm": "nyc ./node_modules/mocha/bin/_mocha test/dist --esm --require=esm --recursive -R dot --timeout=240000", | ||
"test": "nyc ./node_modules/mocha/bin/_mocha test --recursive -R dot --timeout=240000", | ||
"test-esm": "node ./node_modules/mocha/bin/_mocha test/dist --esm --recursive -R dot --timeout=240000", | ||
"test-min": "node ./node_modules/mocha/bin/_mocha test/dist --min --recursive -R dot --timeout=240000", | ||
@@ -80,2 +83,3 @@ "test-cjs": "node ./node_modules/mocha/bin/_mocha test/dist --cjs --recursive -R dot --timeout=240000", | ||
"devDependencies": { | ||
"byte-data": "^13.2.5", | ||
"chai": "^4.1.2", | ||
@@ -82,0 +86,0 @@ "codecov": "^3.0.2", |
@@ -17,3 +17,3 @@ # wavefile | ||
- **Use it as a command line tool** | ||
- **Less than 10kb minified + compressed, less than 34kb minified** | ||
- **Less than 10kb minified + compressed, less than 30kb minified** | ||
- Made with [Closure Compiler](https://github.com/google/closure-compiler) in mind (works great with others, too) | ||
@@ -20,0 +20,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
533988
24
13240
1
13
1