node-libs-browser
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -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 |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
10520
13
62
+ Addedstream-http@^2.3.1
+ Addedbuiltin-status-codes@3.0.0(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedstream-http@2.8.3(transitive)
+ Addedtimers-browserify@2.0.12(transitive)
+ Addedto-arraybuffer@1.0.1(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedhttp-browserify@^1.3.2
- RemovedBase64@0.2.1(transitive)
- Removedhttp-browserify@1.7.0(transitive)
- Removedtimers-browserify@1.4.2(transitive)
Updatedbrowserify-zlib@^0.1.4
Updatedos-browserify@^0.2.0
Updatedprocess@^0.11.0
Updatedquerystring-es3@^0.2.0
Updatedstring_decoder@^0.10.25
Updatedtimers-browserify@^2.0.2
Updatedurl@^0.11.0
Updatedutil@^0.10.3