New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@monokle/validation

Package Overview
Dependencies
Maintainers
5
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monokle/validation - npm Package Compare versions

Comparing version 0.30.0 to 0.30.1

4

lib/validators/custom/simpleValidator.js

@@ -96,4 +96,4 @@ import { paramCase, sentenceCase } from 'change-case';

});
if (result && this._fixer) {
const { fix } = this._ruleRuntime[rule.id];
const { fix } = this._ruleRuntime[rule.id];
if (result && fix && this._fixer) {
const fixedResource = JSON.parse(JSON.stringify(resource.content));

@@ -100,0 +100,0 @@ const fixMetadata = fix?.({

{
"name": "@monokle/validation",
"version": "0.30.0",
"version": "0.30.1",
"description": "Kubernetes resource validation",

@@ -5,0 +5,0 @@ "author": "Kubeshop",

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