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.11.9 to 2.12.0

6

dist/factories/createLogger.js

@@ -8,2 +8,4 @@ "use strict";

var _jsonStringifySafe = _interopRequireDefault(require("json-stringify-safe"));
var _sprintfJs = require("sprintf-js");

@@ -13,2 +15,4 @@

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }

@@ -48,3 +52,3 @@

context = _objectSpread({}, parentContext || {}, a);
context = JSON.parse((0, _jsonStringifySafe.default)(_objectSpread({}, parentContext || {}, a)));
message = (0, _sprintfJs.sprintf)(b, c, d, e, f, g, h, i, k);

@@ -51,0 +55,0 @@ }

3

package.json

@@ -14,2 +14,3 @@ {

"boolean": "^0.2.0",
"json-stringify-safe": "^5.0.1",
"semver-compare": "^1.0.0",

@@ -81,3 +82,3 @@ "sprintf-js": "^1.1.1"

},
"version": "2.11.9"
"version": "2.12.0"
}

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