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 7.19.0 to 7.20.0

3

dist/utilities/stringify.js

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

const safeStringify = (0, safe_stable_stringify_1.configure)({
circularValue: 'Magic circle!',
deterministic: false,

@@ -18,3 +17,3 @@ strict: false,

// eslint-disable-next-line no-console
console.error('could not serialize value', value);
console.error('[roarr] could not serialize value', value);
throw error;

@@ -21,0 +20,0 @@ }

@@ -71,3 +71,3 @@ {

"types": "./dist/Roarr.d.ts",
"version": "7.19.0"
"version": "7.20.0"
}
import { configure } from 'safe-stable-stringify';
const safeStringify = configure({
circularValue: 'Magic circle!',
deterministic: false,

@@ -14,3 +13,3 @@ strict: false,

// eslint-disable-next-line no-console
console.error('could not serialize value', value);
console.error('[roarr] could not serialize value', value);

@@ -17,0 +16,0 @@ throw error;

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