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

@types/novnc__novnc

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/novnc__novnc - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

15

novnc__novnc/index.d.ts

@@ -293,2 +293,17 @@ // eslint-disable-next-line @definitelytyped/no-declare-current-package

clipboardPasteFrom(text: string): void;
/**
* Return the current content of the screen encoded as a base64 data URL.
* @param type A `string` indicating the requested MIME type of the image
* @param encoderOptions A `number` between 0 and 1 indicating the image quality.
*/
toDataURL(type?: string, encoderOptions?: number): string;
/**
* Used to return the current content of the screen encoded as a `Blob`.
* @param callback A callback function which will receive the resulting `Blob` as the single argument
* @param type A `string` indicating the requested MIME type of the image
* @param quality A `number` between 0 and 1 indicating the image quality.
*/
toBlob(callback: (blob: Blob) => void, type?: string, quality?: number): void;
}

@@ -295,0 +310,0 @@ }

6

novnc__novnc/package.json
{
"name": "@types/novnc__novnc",
"version": "1.3.4",
"version": "1.3.5",
"description": "TypeScript definitions for @novnc/novnc",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/novnc__novnc",

"dependencies": {},
"typesPublisherContentHash": "678558812ca9ff4a82a58e94966f7536fc2245c5b1c1fac83173eae9a048f7cc",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "f87b5033ac07eb3ecc20735903e03e031915919296827b140cba7c3a6a7d9004",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Fri, 19 Apr 2024 15:36:28 GMT
* Dependencies: none

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