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

@untemps/react-vocal

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untemps/react-vocal - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [1.6.2](https://github.com/untemps/react-vocal/compare/v1.6.1...v1.6.2) (2021-05-20)
## [1.6.1](https://github.com/untemps/react-vocal/compare/v1.6.0...v1.6.1) (2021-05-19)

@@ -2,0 +4,0 @@

5

package.json
{
"name": "@untemps/react-vocal",
"version": "1.6.1",
"version": "1.6.2",
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>",

@@ -66,2 +66,5 @@ "repository": "git@github.com:untemps/react-vocal.git",

},
"dependencies": {
"@untemps/vocal": "^1.1.0"
},
"jest": {

@@ -68,0 +71,0 @@ "coverageDirectory": "./coverage/",

import React from 'react'
import { waitFor } from '@testing-library/dom'
import { act, fireEvent, render } from '@testing-library/react'
import { Vocal as SpeechRecognitionWrapper } from '@untemps/vocal'
import SpeechRecognitionWrapper from '../../core/SpeechRecognitionWrapper'
import Vocal from '../Vocal'

@@ -7,0 +7,0 @@

import React, { cloneElement, isValidElement, useRef, useState } from 'react'
import PropTypes from 'prop-types'
import { Vocal as SpeechRecognitionWrapper } from '@untemps/vocal'
import SpeechRecognitionWrapper from '../core/SpeechRecognitionWrapper'
import isFunc from '../utils/isFunc'

@@ -7,0 +6,0 @@

import { renderHook } from '@testing-library/react-hooks'
import { Vocal as SpeechRecognitionWrapper } from '@untemps/vocal'
import SpeechRecognitionWrapper from '../../core/SpeechRecognitionWrapper'
import useVocal from '../useVocal'
jest.mock('../../core/SpeechRecognitionWrapper')
jest.mock('@untemps/vocal')

@@ -8,0 +8,0 @@ describe('useVocal', () => {

import { useCallback, useEffect, useRef } from 'react'
import { Vocal as SpeechRecognitionWrapper } from '@untemps/vocal'
import SpeechRecognitionWrapper from '../core/SpeechRecognitionWrapper'
const useVocal = (lang = 'en-US', grammars = null, __rsInstance = null) => {

@@ -6,0 +5,0 @@ const ref = useRef(null)

import Vocal from './components/Vocal'
import SpeechRecognitionWrapper from './core/SpeechRecognitionWrapper'
import { Vocal as SpeechRecognitionWrapper } from '@untemps/vocal'

@@ -4,0 +4,0 @@ export { default as useVocal } from './hooks/useVocal'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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