flexus-net
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -1,2 +0,2 @@ | ||
var isChromeApp = typeof chrome == 'object' && typeof chrome.runtime.id == 'string'; | ||
var isChromeApp = typeof chrome == 'object' && typeof chrome.runtime == 'object' && typeof chrome.runtime.id == 'string'; | ||
var isWinRT = typeof WinRTError != 'undefined'; | ||
@@ -3,0 +3,0 @@ var isNWJS = typeof nw == 'object' && typeof nw.App == 'object'; |
{ | ||
"name": "flexus-net", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "truly multiplatform wrapper for node net module", | ||
@@ -5,0 +5,0 @@ "author": "Mike Kovařík <kenr.mk@gmail.com>", |
@@ -26,3 +26,3 @@ # flexus-net | ||
#### Why? | ||
JSPM has it's own module that gets installed whenever you or your dependecy uses `net` module. And it does next to nothing because browsers don't do TCP. | ||
JSPM has its own module that gets installed whenever you or your dependecy uses `net` module. And it does next to nothing because browsers don't do TCP. | ||
#### how? | ||
@@ -29,0 +29,0 @@ In JSPM config file there is property `map` with names and mappings of all modules. This is an example of JSPM 0.17 `jspm.config.js` |
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
6744