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

mic-recorder-to-mp3

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mic-recorder-to-mp3 - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

dist/index.min.js

11

package.json
{
"name": "mic-recorder-to-mp3",
"version": "1.2.0",
"version": "1.2.1",
"description": "Record your microphone audio input and get an audio/mp3 ouput buffer/blob.",
"main": "dist/index.js",
"scripts": {
"build": "node rollup.config.js"
"build": "rollup -c",
"minify": "minify=true rollup -c"
},
"repository": "git@github.com:djalmaaraujo/mic-recorder-to-mp3.git",
"author": "Djalma Araujo <djalma@close.io>",
"contributors": [
"Vitor Buzinaro <vitor@close.io>"
],
"license": "MIT",

@@ -19,3 +23,4 @@ "devDependencies": {

"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0"
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1"
},

@@ -22,0 +27,0 @@ "babel": {

@@ -19,2 +19,8 @@ # Microphone Recorder to Mp3

## CDN Usage
You can add via CDN using the address: [https://unpkg.com/mic-recorder-to-mp3@1.2.1](https://unpkg.com/mic-recorder-to-mp3@1.2.1). You can find the minified version in the same address, ex: [https://unpkg.com/mic-recorder-to-mp3@1.2.1/dist/index.min.js](https://unpkg.com/mic-recorder-to-mp3@1.2.1/dist/index.min.js)
**About the version in URL**: Change the URL version to any of our releases.
# How to use

@@ -58,4 +64,11 @@

Check the [samples](https://github.com/djalmaaraujo/mic-recorder-to-mp3/tree/master/samples) folder for more examples.
## Lamejs Notice
This library uses lamejs as a direct dependency. We build our releases with [lamejs](https://github.com/zhuker/lamejs/) built-in, so you don't need to add another dependency.
Thanks to **@zhuker** for writing the lamejs library.
# License
MIT
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