New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@umardraz/ngx-http-retry

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umardraz/ngx-http-retry - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

esm2022/umardraz-ngx-http-retry.mjs

2

index.d.ts
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="ngx-http-retry" />
/// <amd-module name="@umardraz/ngx-http-retry" />
export * from './public-api';
{
"name": "@umardraz/ngx-http-retry",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular HTTP client wrapper with configurable retry logic.",

@@ -9,3 +9,3 @@ "author": "Umar Draz <umar.draz001@gmail.com>",

"type": "git",
"url": "git+https://github.com/itpixelz/ngx-http-retry.git"
"url": "https://github.com/itpixelz/ngx-http-retry"
},

@@ -20,4 +20,4 @@ "keywords": [

"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0"
},

@@ -28,3 +28,3 @@ "dependencies": {

"sideEffects": false,
"module": "fesm2022/ngx-http-retry.mjs",
"module": "fesm2022/umardraz-ngx-http-retry.mjs",
"typings": "index.d.ts",

@@ -37,7 +37,7 @@ "exports": {

"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-http-retry.mjs",
"esm": "./esm2022/ngx-http-retry.mjs",
"default": "./fesm2022/ngx-http-retry.mjs"
"esm2022": "./esm2022/umardraz-ngx-http-retry.mjs",
"esm": "./esm2022/umardraz-ngx-http-retry.mjs",
"default": "./fesm2022/umardraz-ngx-http-retry.mjs"
}
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc