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

@geut/browser-node-core

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geut/browser-node-core - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

4

package.json
{
"name": "@geut/browser-node-core",
"version": "2.0.6",
"version": "2.0.7",
"description": "Core Node modules for the browser",

@@ -96,3 +96,3 @@ "type": "module",

},
"gitHead": "966c7650940786d2d9410a24ee2fc8e3be68602f"
"gitHead": "f718716701f8354210c70bab1106fcbc8e17aa60"
}

@@ -161,2 +161,4 @@ import { EventEmitter } from './events.js'

_initEvents () {
const self = this
if (!scope.addEventListener) {

@@ -179,3 +181,3 @@ return

process.nextTick(() => process.exit(1))
self.nextTick(() => self.exit(1))
})

@@ -182,0 +184,0 @@

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