Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@node-idempotency/core

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

@node-idempotency/core - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

package.json
{
"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.

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