Socket
Socket
Sign inDemoInstall

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.14.5 to 2.14.6

4

dist/log.js

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

var _boolean = _interopRequireDefault(require("boolean"));
var _boolean = require("boolean");

@@ -25,3 +25,3 @@ var _globalthis = _interopRequireDefault(require("globalthis"));

// eslint-disable-next-line no-process-env
const enabled = (0, _boolean.default)(process.env.ROARR_LOG || '');
const enabled = (0, _boolean.boolean)(process.env.ROARR_LOG || '');

@@ -28,0 +28,0 @@ if (!enabled) {

@@ -22,3 +22,3 @@ {

"dependencies": {
"boolean": "^2.0.3",
"boolean": "^3.0.0",
"detect-node": "^2.0.4",

@@ -41,11 +41,11 @@ "globalthis": "^1.0.0",

"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.7",
"coveralls": "^3.0.8",
"eslint": "^6.6.0",
"eslint-config-canonical": "^17.8.0",
"flow-bin": "^0.111.3",
"flow-copy-source": "^2.0.8",
"eslint-config-canonical": "^18.1.0",
"flow-bin": "^0.112.0",
"flow-copy-source": "^2.0.9",
"gitdown": "^3.1.2",
"husky": "^3.0.9",
"husky": "^3.1.0",
"nyc": "^14.1.1",
"semantic-release": "^15.13.30"
"semantic-release": "^15.13.31"
},

@@ -92,3 +92,3 @@ "engines": {

},
"version": "2.14.5"
"version": "2.14.6"
}

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