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

@bigear/microphone-recorder

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigear/microphone-recorder - npm Package Compare versions

Comparing version 0.0.14 to 0.0.19

__tests__/index.js

2

package.json
{
"name": "@bigear/microphone-recorder",
"version": "0.0.14",
"version": "0.0.19",
"description": "It is a lib for sound recording on HTML, implemented by audioContext and webWorker",

@@ -5,0 +5,0 @@ "main": "src/index.js",

const path = require('path')
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
.BundleAnalyzerPlugin
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
// .BundleAnalyzerPlugin

@@ -14,6 +14,6 @@ module.exports = {

plugins: [
new BundleAnalyzerPlugin({
analyzerMode: 'static'
})
// new BundleAnalyzerPlugin({
// analyzerMode: 'static'
// })
]
}
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