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

node-libs-browser

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-libs-browser - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

LICENSE

2

index.js

@@ -13,3 +13,3 @@ exports.assert = require.resolve('assert/');

exports.fs = null;
exports.http = require.resolve('http-browserify');
exports.http = require.resolve('stream-http');
exports.https = require.resolve('https-browserify');

@@ -16,0 +16,0 @@ exports.module = null;

@@ -0,0 +0,0 @@ function Buffer() {

@@ -0,0 +0,0 @@ var console;

@@ -0,0 +0,0 @@ exports.lookup = exports.resolve4 =

@@ -0,0 +0,0 @@ exports.createServer =

@@ -0,0 +0,0 @@ exports.nextTick = function nextTick(fn) {

@@ -0,0 +0,0 @@ exports.ucs2 = {};

// todo
exports.isatty = function () {};
exports.setRawMode = function () {};
{
"name": "node-libs-browser",
"version": "1.0.0",
"version": "1.1.0",
"author": "Tobias Koppers @sokra",

@@ -12,3 +12,3 @@ "description": "The node core libs for in browser usage.",

"assert": "^1.1.1",
"browserify-zlib": "~0.1.4",
"browserify-zlib": "^0.1.4",
"buffer": "^4.3.0",

@@ -20,16 +20,16 @@ "console-browserify": "^1.1.0",

"events": "^1.0.0",
"http-browserify": "^1.3.2",
"https-browserify": "0.0.1",
"os-browserify": "~0.2.0",
"os-browserify": "^0.2.0",
"path-browserify": "0.0.0",
"process": "~0.11.0",
"process": "^0.11.0",
"punycode": "^1.2.4",
"querystring-es3": "~0.2.0",
"querystring-es3": "^0.2.0",
"readable-stream": "^2.0.5",
"stream-browserify": "^2.0.1",
"string_decoder": "~0.10.25",
"timers-browserify": "^1.0.1",
"stream-http": "^2.3.1",
"string_decoder": "^0.10.25",
"timers-browserify": "^2.0.2",
"tty-browserify": "0.0.0",
"url": "~0.11.0",
"util": "~0.10.3",
"url": "^0.11.0",
"util": "^0.10.3",
"vm-browserify": "0.0.4"

@@ -36,0 +36,0 @@ },

@@ -25,3 +25,3 @@ # node-libs-browser

| fs | --- | --- |
| http | [substack/http-browserify](https://github.com/substack/http-browserify) | --- |
| http | [jhiesey/stream-http](https://github.com/jhiesey/stream-http) | --- |
| https | [substack/https-browserify](https://github.com/substack/https-browserify) | --- |

@@ -46,2 +46,18 @@ | module | --- | --- |

| vm | [substack/vm-browserify](https://github.com/substack/vm-browserify) | --- |
| zlib | [devongovett/browserify-zlib](https://github.com/devongovett/browserify-zlib) | --- |
| zlib | [devongovett/browserify-zlib](https://github.com/devongovett/browserify-zlib) | --- |
## Outdated versions
### `buffer`
The current `buffer` implementation uses feross/buffer@4.x because feross/buffer@5.x relies on [typed arrays](https://github.com/feross/buffer/commit/5daca86b7cd5d2b8ccb167534d47421029f639e9#commitcomment-19698936).
This will be dropped as soon as IE9 is not a typical browser target anymore.
### `punycode`
The current `punycode` implementation uses bestiejs/punycode.js@1.x because bestiejs/punycode.js@2.x requires modern JS engines that understand `const` and `let`.
It will be removed someday since it has already been [deprecated from the node API](https://nodejs.org/api/punycode.html).
## License
MIT
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