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

flexus-net

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexus-net - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

net.js

@@ -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`

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