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.1

dist/fetchWithValidation.d.ts

10

package.json

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

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

@@ -13,3 +13,4 @@ "main": "dist/index.js",

"prepublish": "npm run build",
"build": "tsc"
"build": "rimraf dist/ && tsc",
"clean": "rimraf dist/"
},

@@ -27,3 +28,6 @@ "keywords": [],

"dist/**/*"
]
],
"devDependencies": {
"rimraf": "^4.4.1"
}
}