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

@types/wavesurfer.js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/wavesurfer.js - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

wavesurfer.js/src/plugin/spectrogram.d.ts

4

wavesurfer.js/package.json
{
"name": "@types/wavesurfer.js",
"version": "5.0.2",
"version": "5.0.3",
"description": "TypeScript definitions for wavesurfer.js",

@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wavesurfer.js",

},
"typesPublisherContentHash": "d99c328bb6a12960b02603f3503d7edce835e7f731ea137fa5202e41b5bbf6eb",
"typesPublisherContentHash": "e131b16599c37982b64767043d20d9697c607ca82d870347d85e0ad9943596bf",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 07 Jun 2021 18:31:32 GMT
* Last updated: Fri, 18 Jun 2021 15:31:22 GMT
* Dependencies: [@types/debounce](https://npmjs.com/package/@types/debounce)

@@ -14,0 +14,0 @@ * Global values: `WaveSurfer`

@@ -13,3 +13,3 @@ import { Peaks, WaveSurferBackend } from "../types/backend";

import RegionsPlugin from "./plugin/regions";
import SpectogramPlugin from "./plugin/spectogram";
import SpectrogramPlugin from "./plugin/spectrogram";
import TimelinePlugin from "./plugin/timeline";

@@ -48,4 +48,4 @@ import Observer from "./util/observer";

regions: RegionsPlugin;
/** Only available in WaveSurfer instances with SpectogramPlugin. */
spectogram: SpectogramPlugin;
/** Only available in WaveSurfer instances with SpectrogramPlugin. */
spectrogram: SpectrogramPlugin;
/** Only available in WaveSurfer instances with TimelinePlugin. */

@@ -52,0 +52,0 @@ timeline: TimelinePlugin;

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