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

roarr

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roarr - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

dist/config.js

@@ -14,3 +14,3 @@ 'use strict';

var ROARR_BUFFER_SIZE = parseInt(process.env.ROARR_BUFFER_SIZE, 10) || 1024 * 8; // @flow
var ROARR_BUFFER_SIZE = process.env.ROARR_BUFFER_SIZE === undefined ? 1024 * 8 : parseInt(process.env.ROARR_BUFFER_SIZE, 10); // @flow

@@ -17,0 +17,0 @@ /* eslint-disable no-process-env */

@@ -78,3 +78,3 @@ {

},
"version": "2.1.0"
"version": "2.1.1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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