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

to
0.23.3

2

lib/index.d.ts

@@ -11,2 +11,2 @@ /**

export * from './wasmLoader/RemoteWasmLoader.browser.js';
export declare const fetchBundleRequireCustomPlugin: () => Promise<void>;
export declare const fetchBundleRequireCustomPlugin: (pluginName: string) => Promise<any>;

@@ -12,2 +12,2 @@ /**

// This function is used in Node environments only, but it cannot be imported in Monokle Desktop if it's not defined here as well
export const fetchBundleRequireCustomPlugin = async () => { };
export const fetchBundleRequireCustomPlugin = async (pluginName) => { };
{
"name": "@monokle/validation",
"version": "0.23.2",
"version": "0.23.3",
"description": "Kubernetes resource validation",

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