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

nodent-runtime

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodent-runtime - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

package.json
{
"name": "nodent-runtime",
"version": "3.0.3",
"version": "3.0.4",
"description": "Runtime component of nodent",

@@ -5,0 +5,0 @@ "main": "runtime.js",

@@ -5,3 +5,3 @@ /* This code is based on:

Author: Glenn Crownover <glenn@bluejava.com> (http://www.bluejava.com)
Version 2.3.2
Version 2.3.3
License: MIT */

@@ -15,3 +15,3 @@ "use strict";

while (fq.length - fqStart) {
fq[fqStart]();
try { fq[fqStart]() } catch(ex) { /* console.error(ex) */ }
fq[fqStart++] = undefined;

@@ -152,5 +152,5 @@ if (fqStart === bufferSize) {

};
Zousan.version = "2.3.2-nodent" ;
Zousan.version = "2.3.3-nodent" ;
return Zousan ;
};
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