New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@types/react-mic

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-mic - npm Package Compare versions

Comparing version
12.4.1
to
12.4.2
+15
-0
react-mic/index.d.ts

@@ -44,2 +44,5 @@ // Type definitions for react-mic 12.4

/** defaults -> "audio/webm". Set to "audio/wav" for WAV or "audio/mp3" for MP3 audio format (available in React-Mic-Gold) */
mimeType?: 'audio/webm' | 'audio/wav';
/** Sound wave color */

@@ -50,2 +53,14 @@ strokeColor?: string;

backgroundColor?: string;
/** Specify 1 for mono, defaults -> 2 (stereo) */
channelCount?: 1 | 2;
/** Enables/disables echo cancellation, defaults -> false */
echoCancellation?: boolean;
/** Enables/disables auto gain control, defaults -> false */
autoGainControl?: boolean;
/** Enables/disables background noise suppression, defaults -> false */
noiseSuppression?: boolean;
}
+1
-1
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft Corporation.

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@types/react-mic",
"version": "12.4.1",
"version": "12.4.2",
"description": "TypeScript definitions for react-mic",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "89b09d774eae178d7c56bbcb5a0a597d3f4111e8106201e0ca2051b4867fb39b",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "ad7822a87bc12427aface90241d971e0eeef60470af764a80c40585f8e0f5cf4",
"typeScriptVersion": "2.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 10 Feb 2020 20:54:31 GMT
* Last updated: Mon, 04 May 2020 18:52:15 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by mikaello (https://github.com/mikaello).
These definitions were written by [mikaello](https://github.com/mikaello).