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 2.0.0 to 2.0.1

4

wavesurfer.js/index.d.ts

@@ -93,3 +93,3 @@ // Type definitions for wavesurfer.js 2.0

class WaveSurferPlugin {
constructor(ws: WaveSurfer, params: object);
constructor(params: object, ws: WaveSurfer);
static create(params: object): PluginDefinition;

@@ -155,3 +155,3 @@ init(): void;

params: object;
instance: { new(ws: WaveSurfer, params: object): WaveSurferPlugin };
instance: { new(params: object, ws: WaveSurfer): WaveSurferPlugin };
}

@@ -158,0 +158,0 @@

{
"name": "@types/wavesurfer.js",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for wavesurfer.js",

@@ -14,2 +14,3 @@ "license": "MIT",

"main": "",
"types": "",
"repository": {

@@ -21,4 +22,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "7c90f50566f0a0822ca1fe81ab9d8c3f9c1ee1c3e515c3302e30c2ec8080e490",
"typesPublisherContentHash": "be85f5fd7af5a473b7ec9a5d6e5f1c80af168df14e80baf3419175c2e515fd96",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 27 Sep 2018 23:26:03 GMT
* Last updated: Thu, 01 Nov 2018 22:13:49 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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