You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

simple-typed-fetch

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-typed-fetch - npm Package Compare versions

Comparing version

to
0.1.2

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.1.1",
"version": "0.1.2",
"description": "Making HTTP requests human way",

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

@@ -42,3 +42,3 @@ # Simple Typed Fetch

import { z } from "zod";
import fetchWithValidation from "./fetchWithValidation";
import { fetchWithValidation } from "simple-typed-fetch";

@@ -69,3 +69,3 @@ const userSchema = z.object({

import { z } from "zod";
import simpleFetch from "./simpleFetch";
import { simpleFetch } from "simple-typed-fetch";

@@ -72,0 +72,0 @@ const userSchema = z.object({