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
4
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.5.0 to 0.6.0

4

lib/index.js

@@ -10,3 +10,4 @@ export * from "./common/sarif.js";

export * from "./common/resourceParser.js";
export * from "./validators/labels/index.js";
export * from "./validators/custom/simpleValidator.js";
export * from "./validators/labels/plugin.js";
export * from "./validators/open-policy-agent/index.js";

@@ -17,1 +18,2 @@ export * from "./validators/kubernetes-schema/index.js";

export * from "./references/process.js";
export * from "./node.js";
{
"name": "@monokle/validation",
"version": "0.5.0",
"version": "0.6.0",
"description": "Kubernetes resource validation",

@@ -14,2 +14,6 @@ "author": "Kubeshop",

"typings": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./custom": "./lib/custom.js"
},
"files": [

@@ -49,2 +53,3 @@ "lib"

"ajv": "6.12.6",
"change-case": "4.1.2",
"isomorphic-fetch": "3.0.0",

@@ -51,0 +56,0 @@ "lodash": "4.17.21",

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