@monokle/validation
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
0
2
7078
8
3
17
+ Addedchange-case@4.1.2
+ Addedcamel-case@4.1.2(transitive)
+ Addedcapital-case@1.0.4(transitive)
+ Addedchange-case@4.1.2(transitive)
+ Addedconstant-case@3.0.4(transitive)
+ Addeddot-case@3.0.4(transitive)
+ Addedheader-case@2.0.4(transitive)
+ Addedlower-case@2.0.2(transitive)
+ Addedno-case@3.0.4(transitive)
+ Addedparam-case@3.0.4(transitive)
+ Addedpascal-case@3.1.2(transitive)
+ Addedpath-case@3.0.4(transitive)
+ Addedsentence-case@3.0.4(transitive)
+ Addedsnake-case@3.0.4(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedupper-case@2.0.2(transitive)
+ Addedupper-case-first@2.0.2(transitive)