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

innerken-js-utils

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

innerken-js-utils - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

6

dist/Utils.js

@@ -293,5 +293,7 @@ "use strict";

var singleAudio = new Audio('http://i.cloudup.com/E021I9zUG3.m4a');
function play(url) {
var audio = new Audio(url || 'http://i.cloudup.com/E021I9zUG3.m4a');
audio.play();
singleAudio.src = url || 'http://i.cloudup.com/E021I9zUG3.m4a';
singleAudio.play();
}

@@ -298,0 +300,0 @@ /**

{
"name": "innerken-js-utils",
"version": "1.0.12",
"version": "1.0.13",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -225,5 +225,7 @@ import Swal from 'sweetalert2'

const singleAudio = new Audio('http://i.cloudup.com/E021I9zUG3.m4a')
export function play (url) {
const audio = new Audio(url || 'http://i.cloudup.com/E021I9zUG3.m4a')
audio.play()
singleAudio.src = url || 'http://i.cloudup.com/E021I9zUG3.m4a'
singleAudio.play()
}

@@ -230,0 +232,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