New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@zsharp/module

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zsharp/module - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+6
dist/feature.d.ts
export type Feature = {
constructor: {
name: string;
};
sequence: any[];
};
import Zod from 'zod';
export declare namespace Module {
const ModuleDataSchema: Zod.ZodObject<{
implements: Zod.ZodObject<{
features: Zod.ZodOptional<Zod.ZodArray<Zod.ZodAny, "many">>;
importer: Zod.ZodOptional<Zod.ZodFunction<Zod.ZodTuple<[Zod.ZodAny], Zod.ZodUnknown>, Zod.ZodString>>;
}, "strict", Zod.ZodTypeAny, {
features?: any[] | undefined;
importer?: ((args_0: any, ...args: unknown[]) => string) | undefined;
}, {
features?: any[] | undefined;
importer?: ((args_0: any, ...args: unknown[]) => string) | undefined;
}>;
}, "strict", Zod.ZodTypeAny, {
implements: {
features?: any[] | undefined;
importer?: ((args_0: any, ...args: unknown[]) => string) | undefined;
};
}, {
implements: {
features?: any[] | undefined;
importer?: ((args_0: any, ...args: unknown[]) => string) | undefined;
};
}>;
type ModuleData = Zod.infer<typeof ModuleDataSchema>;
}
+1
-1
{
"name": "@zsharp/module",
"version": "0.0.2",
"version": "0.0.3",
"description": "Z# Module Library",

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