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

@bigear/bigear

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigear/bigear - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

4

package.json
{
"name": "@bigear/bigear",
"version": "0.0.10",
"version": "0.0.11",
"description": "It is a browser base sound javascript lib, capable for react, vue or just javascript",

@@ -34,3 +34,3 @@ "main": "src/index.js",

"dependencies": {
"@bigear/microphone-recorder": "^0.0.10"
"@bigear/microphone-recorder": "^0.0.11"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -10,3 +10,4 @@ const path = require('path')

output: {
path: path.resolve(__dirname, 'dist')
path: path.resolve(__dirname, 'dist'),
libraryTarget: 'umd'
},

@@ -13,0 +14,0 @@ plugins: [

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