New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@untemps/react-vocal

Package Overview
Dependencies
Maintainers
1
Versions
61
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.7.9 to 1.7.10

2

CHANGELOG.md

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

## [1.7.10](https://github.com/untemps/react-vocal/compare/v1.7.9...v1.7.10) (2022-04-24)
## [1.7.9](https://github.com/untemps/react-vocal/compare/v1.7.8...v1.7.9) (2022-04-17)

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

15

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

@@ -48,8 +48,8 @@ "repository": "git@github.com:untemps/react-vocal.git",

"@testing-library/react-hooks": "^3.7.0",
"@untemps/utils": "^1.7.1",
"babel-jest": "^26.6.3",
"@untemps/utils": "^2.0.0-beta.1",
"babel-jest": "^28.0.0-alpha.11",
"cross-env": "^7.0.3",
"husky": "^4.3.6",
"jest": "^28.0.0-alpha.8",
"jest-environment-jsdom": "^28.0.0-alpha.8",
"jest": "^28.0.0-alpha.11",
"jest-environment-jsdom": "^28.0.0-alpha.11",
"prettier": "^2.2.1",

@@ -60,2 +60,3 @@ "prop-types": "^15.7.2",

"react-test-renderer": "^17.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.35.1",

@@ -131,6 +132,6 @@ "rollup-plugin-filesize": "^9.1.0",

"scripts": {
"dev": "cd dev && rm -rf dist && yarn && yarn start",
"dev": "cd dev && rimraf dist && yarn && yarn start",
"test": "jest -u --watch",
"test:ci": "jest -u -b --ci --coverage",
"build": "rm -rf dist && yarn build:cjs && yarn build:es && yarn build:umd",
"build": "rimraf dist && yarn build:cjs && yarn build:es && yarn build:umd",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs rollup -c",

@@ -137,0 +138,0 @@ "build:es": "cross-env NODE_ENV=production BABEL_ENV=es rollup -c",

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

@@ -6,0 +6,0 @@ import 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