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 1.0.7 to 1.0.8

7

browser.js
var isChromeApp = typeof chrome == 'object' && typeof chrome.runtime == 'object' && typeof chrome.runtime.id == 'string';
var isWinRT = window.WinRTError !== undefined;
if (isChromeApp) {
exports = require('chrome-net');
module.exports = require('chrome-net');
} else if (isWinRT) {
console.warn('TODO: implement flexus-net for WinRT')
} else {
console.warn('flexus-net not implemented in browser')
}

2

package.json
{
"name": "flexus-net",
"version": "1.0.7",
"version": "1.0.8",
"description": "wrapper for node net module",

@@ -5,0 +5,0 @@ "keywords": [

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