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

@100xdevs/common

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@100xdevs/common - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+12
dist/index.d.ts
import { z } from "zod";
export declare const signupInput: z.ZodObject<{
username: z.ZodString;
password: z.ZodString;
}, "strip", z.ZodTypeAny, {
username: string;
password: string;
}, {
username: string;
password: string;
}>;
export type SignupParams = z.infer<typeof signupInput>;
+1
-0

@@ -9,1 +9,2 @@ "use strict";

});
console.log("hi there");
+1
-1
{
"name": "@100xdevs/common",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

@@ -109,4 +109,5 @@ {

"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"declaration": true
}
}