Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wavefile

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wavefile - npm Package Compare versions

Comparing version 8.1.5-alpha.0 to 8.1.5-alpha.3

AUTHORS.md

32

package.json
{
"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 @@

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