@node-idempotency/core
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@node-idempotency/core", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A Race-Condition free Node.js library that ensures idempotency for requests, preventing unintended duplicate operations.", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@node-idempotency/storage-adapter-memory": "1.0.1" | ||
"@node-idempotency/storage-adapter-memory": "1.0.2" | ||
}, | ||
@@ -41,0 +41,0 @@ "dependencies": { |
#### @node-idempotency/core | ||
<i>makes any request idempotent.</i> | ||
@@ -8,3 +9,3 @@ | ||
Internet requests are unpredictable; clients/proxies may send duplicate or concurrent requests due to retries or network issues. To ensure smooth operation, servers must process each request only once. <i>**This package detects and handles duplicates, preventing issues like double charging the customer**</i>. It's: | ||
Network requests are unpredictable; clients/proxies may send duplicate or concurrent requests due to retries or network issues. To ensure smooth operation, servers must process each request only once. <i>**This package detects and handles duplicates, preventing issues like double charging the customer**</i>. It's: | ||
@@ -11,0 +12,0 @@ - <i>Race Condition free: </i> Ensures consistent behavior even during concurrent requests. |
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
92