myfetchapi
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "myfetchapi", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "mFetch is a JavaScript library that provides a utility function for making HTTP requests with queuing and retry functionality.", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"type": "commonjs", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./*": { | ||
"import": "./*", | ||
"require": "./*" | ||
} | ||
}, | ||
"types": "dist/index.d.ts", | ||
@@ -8,0 +19,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19475