New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@farar/nodes

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@farar/nodes - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

dist/node.js

@@ -82,3 +82,6 @@ "use strict";

if (this[exports.$queue].length === 0) {
if (!this[exports.$stream].write(data, encoding ?? 'utf-8')) {
if (this[exports.$stream].write(data, encoding ?? 'utf-8')) {
return;
}
else {
await (0, node_events_1.once)(this[exports.$stream], 'drain');

@@ -85,0 +88,0 @@ }

2

package.json
{
"name": "@farar/nodes",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -43,3 +43,3 @@ # Nodes

### *A Graph API Pattern Logger Implementation* <sup><sup>(example)</sup></sup>
### *A Graph API Pattern Logger Implementation* <sup><sup>\</example\></sup></sup>
Please see the [Streams Logger](https://github.com/faranalytics/streams-logger) implementation.

@@ -46,0 +46,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