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

@internetarchive/audio-element

Package Overview
Dependencies
Maintainers
9
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/audio-element - npm Package Compare versions

Comparing version 0.0.1-alpha.379 to 0.0.1-alpha.381

lib/audio-element.d.ts

11

package.json
{
"name": "@internetarchive/audio-element",
"version": "0.0.1-alpha.379+ca1835a",
"version": "0.0.1-alpha.381+fb6279b",
"description": "An Audio Element that wraps the HTML audio tag.",

@@ -9,4 +9,9 @@ "license": "AGPL-3.0-only",

"types": "index.d.ts",
"files": [
"lib/**/*",
"index.d.ts",
"index.js"
],
"scripts": {
"postinstall": "npm run build",
"prepare": "npm run build",
"build": "tsc -p tsconfig.build.json",

@@ -80,3 +85,3 @@ "start": "concurrently \"tsc --watch\" \"es-dev-server --app-index demo/index.html --node-resolve --open --watch\"",

},
"gitHead": "ca1835a0f811b0f2f37987320f9eb91e89e30f3d"
"gitHead": "fb6279bd67aa267648c229351eca7ba70d188348"
}

@@ -34,3 +34,3 @@ # \<audio-element>

// set playback rate
audioElement.playbackRate = 0.5;
audioElement.playbackRate = 0.75;

@@ -37,0 +37,0 @@ // set audio sources

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