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

hark

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hark - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

example/6465.js

6

example/demo.bundle.js

@@ -129,3 +129,3 @@ ;(function(e,t,n){function i(n,s){if(!t[n]){if(!e[n]){var o=typeof require=="function"&&require;if(!s&&o)return o(n,!0);if(r)return r(n,!0);throw new Error("Cannot find module '"+n+"'")}var u=t[n]={exports:{}};e[n][0].call(u.exports,function(t){var r=e[n][1][t];return i(r?r:t)},u,u.exports)}return t[n].exports}var r=typeof require=="function"&&require;for(var s=0;s<n.length;s++)i(n[s]);return i})({1:[function(require,module,exports){

},{"../hark.js":2,"attachmediastream":5,"bows":3,"getusermedia":4}],4:[function(require,module,exports){
},{"../hark.js":2,"attachmediastream":5,"bows":4,"getusermedia":3}],3:[function(require,module,exports){
// getUserMedia helper by @HenrikJoreteg

@@ -223,3 +223,3 @@ var func = (navigator.getUserMedia ||

var audioContextType = window.webkitAudioContext || window.AudioContext;
var audioContextType = window.AudioContext || window.webkitAudioContext;
// use a single audio context due to hardware limits

@@ -478,3 +478,3 @@ var audioContext = null;

},{}],3:[function(require,module,exports){
},{}],4:[function(require,module,exports){
(function(window) {

@@ -481,0 +481,0 @@ var logger = require('andlog'),

@@ -19,3 +19,3 @@ (function(e){if("function"==typeof bootstrap)bootstrap("hark",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeHark=e}else"undefined"!=typeof window?window.hark=e():global.hark=e()})(function(){var define,ses,bootstrap,module,exports;

var audioContextType = window.webkitAudioContext || window.AudioContext;
var audioContextType = window.AudioContext || window.webkitAudioContext;
// use a single audio context due to hardware limits

@@ -22,0 +22,0 @@ var audioContext = null;

@@ -17,3 +17,3 @@ var WildEmitter = require('wildemitter');

var audioContextType = window.webkitAudioContext || window.AudioContext;
var audioContextType = window.AudioContext || window.webkitAudioContext;
// use a single audio context due to hardware limits

@@ -20,0 +20,0 @@ var audioContext = null;

{
"name": "hark",
"version": "1.1.1",
"version": "1.1.2",
"description": "Converts an audio stream to speech events in the browser",

@@ -5,0 +5,0 @@ "main": "hark.js",

@@ -11,3 +11,3 @@ # Hark

[hark.bundle.js](https://raw.github.com/latentflip/hark/master/hark.bundle.js)
[hark.bundle.js](https://raw.github.com/otalk/hark/master/hark.bundle.js)

@@ -90,2 +90,4 @@

Note that in Chrome this currently does not work for remote webrtc mediastreams. Track [this chrome bug](https://code.google.com/p/chromium/issues/detail?id=121673) for the status of the integration between WebRTC and WebAudio.
## License

@@ -92,0 +94,0 @@

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