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

xa-dtx

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xa-dtx - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.travis.yml

0

index.js
'use strict';
module.exports = require('./converter');

4

package.json
{
"name": "xa-dtx",
"version": "0.0.2",
"version": "0.0.3",
"description": "DTX XA audio to WAV converter",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git://github.com/drummaniac/dtx-xa.git"
"url": "git://github.com/drummaniac/xa-dtx.git"
},

@@ -14,0 +14,0 @@ "dependencies": {},

@@ -1,8 +0,13 @@

DTX XA to WAV conversion library
===
<h1 align="center">DTX XA to WAV conversion library</h1>
<p align="center">
<a href="https://travis-ci.org/drummaniac/xa-dtx"><img src="https://travis-ci.org/drummaniac/xa-dtx.svg?branch=master" alt="Travis CI"></a>
</p>
---
Usage example:
```js
let convert = require('dtx-xa');
let convert = require('xa-dtx');

@@ -9,0 +14,0 @@ convert('file.xa').then(wav => {

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