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.4
to
0.0.5
+4
-20
dist/module.d.ts

@@ -5,23 +5,7 @@ import Zod from 'zod';

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;
};
}>;
features: Zod.ZodOptional<Zod.ZodArray<Zod.ZodAny>>;
importer: Zod.core.$ZodFunction<Zod.core.$ZodFunctionArgs, Zod.ZodString>;
}, Zod.core.$strict>;
}, Zod.core.$strict>;
type ModuleData = Zod.infer<typeof ModuleDataSchema>;
}
+1
-1

@@ -13,3 +13,3 @@ "use strict";

features: zod_1.default.array(zod_1.default.any()).optional(),
importer: zod_1.default.function().args(zod_1.default.any()).returns(zod_1.default.string()).optional(),
importer: zod_1.default.function().output(zod_1.default.string()),
}).strict()

@@ -16,0 +16,0 @@ }).strict();

{
"name": "@zsharp/module",
"version": "0.0.4",
"version": "0.0.5",
"description": "Z# Module Library",

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

@@ -7,3 +7,3 @@ import Zod from 'zod';

features: Zod.array(Zod.any()).optional(),
importer: Zod.function().args(Zod.any()).returns(Zod.string()).optional(),
importer: Zod.function().output(Zod.string()),
}).strict()

@@ -10,0 +10,0 @@ }).strict();