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

@types/simple-peer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/simple-peer - npm Package Compare versions

Comparing version 9.11.5 to 9.11.6

26

simple-peer/index.d.ts

@@ -58,3 +58,3 @@ // Type definitions for simple-peer 9.11

*/
new (opts?: Options): Instance;
new(opts?: Options): Instance;

@@ -97,16 +97,16 @@ /** Detect native WebRTC support in the javascript environment. */

| {
type: "transceiverRequest";
transceiverRequest: {
kind: string;
init?: RTCRtpTransceiverInit | undefined;
};
}
type: "transceiverRequest";
transceiverRequest: {
kind: string;
init?: RTCRtpTransceiverInit | undefined;
};
}
| {
type: "renegotiate";
renegotiate: true;
}
type: "renegotiate";
renegotiate: true;
}
| {
type: "candidate";
candidate: RTCIceCandidate;
}
type: "candidate";
candidate: RTCIceCandidate;
}
| RTCSessionDescriptionInit;

@@ -113,0 +113,0 @@

{
"name": "@types/simple-peer",
"version": "9.11.5",
"version": "9.11.6",
"description": "TypeScript definitions for simple-peer",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/simple-peer",

},
"typesPublisherContentHash": "d3f575bd70a99052c2f6c76e7b7b818d9951bba44123b9926cac5d86d41bd65d",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "b82fc534bea9d0da31a0ed2b8561ffe16475ecb7edde49607859d17128d66996",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Wed, 10 Aug 2022 14:02:15 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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

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