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

enhanced-datachannel

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enhanced-datachannel - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

6

CHANGELOG.md
# ChangeLlog
## [1.2.0] - 2019-07-22
### Added
- Add typings for an instance
## [1.1.1] - 2019-07-18

@@ -4,0 +10,0 @@

3

lib/index.d.ts

@@ -7,1 +7,4 @@ import BasedDataChannel from "./based-datachannel";

export declare function chunked(dc: RTCDataChannel): ChunkedDataChannel;
export declare type BasedDataChannel = InstanceType<typeof BasedDataChannel>;
export declare type PromisedDataChannel = InstanceType<typeof PromisedDataChannel>;
export declare type ChunkedDataChannel = InstanceType<typeof ChunkedDataChannel>;

2

package.json
{
"name": "enhanced-datachannel",
"version": "1.1.1",
"version": "1.2.0",
"description": "Wanna `enhance(RTCDataChannel)` for general usage.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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