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

hydrooj

Package Overview
Dependencies
Maintainers
1
Versions
1059
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydrooj - npm Package Compare versions

Comparing version 2.13.3 to 2.13.4

4

dist/handler/problem.js

@@ -347,4 +347,4 @@ "use strict";

];
if (this.response.body.config) {
this.response.body.config = js_yaml_1.default.safeDump(this.response.body.config);
if (this.response.body.pdoc.config) {
this.response.body.pdoc.config = js_yaml_1.default.safeDump(this.response.body.pdoc.config);
}

@@ -351,0 +351,0 @@ }

{
"name": "hydrooj",
"version": "2.13.3",
"version": "2.13.4",
"bin": "bin/hydrooj.js",

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

@@ -350,4 +350,4 @@ import { isSafeInteger, flatten } from 'lodash';

];
if (this.response.body.config) {
this.response.body.config = yaml.safeDump(this.response.body.config);
if (this.response.body.pdoc.config) {
this.response.body.pdoc.config = yaml.safeDump(this.response.body.pdoc.config);
}

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