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 6.0.2 to 6.0.3

4

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

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

},
"typesPublisherContentHash": "cba46b346391ac8e456beedea9138d8699eb8b57cdaae38f12b64440375910b6",
"typesPublisherContentHash": "5c00a14ac9d6eb85f4dd2068c97060924c3ff3be60dc5c050e9399672ee1cc33",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Fri, 18 Mar 2022 11:01:47 GMT
* Last updated: Mon, 11 Apr 2022 09:01:18 GMT
* Dependencies: [@types/debounce](https://npmjs.com/package/@types/debounce)

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

@@ -109,3 +109,3 @@ import { Styles } from '../../types/util';

export interface RegionParams {
id: string;
id?: string | undefined;
start?: number | undefined;

@@ -121,2 +121,4 @@ end?: number | undefined;

showTooltip?: boolean | undefined;
attributes?: Attributes | undefined;
data?: Datas | undefined;
}

@@ -139,3 +141,3 @@

export interface Datas {
[dataName: string]: string;
[dataName: string]: unknown;
}
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