Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "winrt-net", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "WinRT (Windows App) wrapper for node net module", | ||
@@ -5,0 +5,0 @@ "author": "Mike Kovařík <kenr.mk@gmail.com>", |
@@ -65,3 +65,3 @@ # winrt-net | ||
client.on('data', function (data) { | ||
console.log('received data, data.toString()); | ||
console.log('received data', data.toString()); | ||
}) | ||
@@ -68,0 +68,0 @@ ``` |
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
671645