@types/simple-peer
Advanced tools
Comparing version 6.1.2 to 6.1.3
@@ -26,2 +26,3 @@ // Type definitions for simple-peer 6.1 | ||
wrtc?: {}; // RTCPeerConnection/RTCSessionDescription/RTCIceCandidate | ||
objectMode?: boolean; // set to true to create the stream in Object Mode. In this mode, incoming string data is not automatically converted to Buffer objects. | ||
} | ||
@@ -28,0 +29,0 @@ |
{ | ||
"name": "@types/simple-peer", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "TypeScript definitions for simple-peer", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Tomasz Łaziuk", | ||
"url": "https://github.com/tlaziuk" | ||
"url": "https://github.com/tlaziuk", | ||
"githubUsername": "tlaziuk" | ||
} | ||
@@ -22,5 +23,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "42a0607c1fc856ab1e14ee723d0f6ab715d2e019be7896286f58c473c64efa39", | ||
"typesPublisherContentHash": "f2741dbe8c09590323e29b01afa4ebb65b77b6a1167e8c939ec4799f5e91b2ab", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 12 Jul 2017 21:17:34 GMT | ||
* Last updated: Tue, 26 Sep 2017 23:48:03 GMT | ||
* Dependencies: stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5632
53