Socket
Socket
Sign inDemoInstall

process

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

process - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

LICENSE

3

browser.js

@@ -19,3 +19,4 @@ // shim for using process in browser

window.addEventListener('message', function (ev) {
if (ev.source === window && ev.data === 'process-tick') {
var source = ev.source;
if ((source === window || source === null) && ev.data === 'process-tick') {
ev.stopPropagation();

@@ -22,0 +23,0 @@ if (queue.length > 0) {

@@ -8,3 +8,3 @@ {

],
"version": "0.5.1",
"version": "0.5.2",
"repository": {

@@ -15,3 +15,2 @@ "type": "git",

"browser": "./browser.js",
"browserify": "./browser.js",
"main": "./index.js",

@@ -18,0 +17,0 @@ "engines": {

@@ -13,4 +13,4 @@ # process

The [script](https://github.com/shtylman/node-script) module will properly handle this field.
The [browserify](https://github.com/substack/node-browserify) module will properly handle this field when bundling your files.
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