Socket
Socket
Sign inDemoInstall

@control-api/settings-ddb

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@control-api/settings-ddb - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/table-helpers.d.ts

@@ -8,4 +8,4 @@ import { Settings } from '@control-api/types-ddb';

export declare function getDailyLimitFacetKeys(userId: string): {
hashKey: string;
rangeKey: string;
hash_key: string;
range_key: string;
};

@@ -12,0 +12,0 @@ export declare function getDailyLimitHashKey(userId: string): string;

@@ -26,4 +26,4 @@ "use strict";

return {
hashKey: getDailyLimitHashKey(userId),
rangeKey: getDailyLimitRangeKey()
hash_key: getDailyLimitHashKey(userId),
range_key: getDailyLimitRangeKey()
};

@@ -30,0 +30,0 @@ }

{
"name": "@control-api/settings-ddb",
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -14,4 +14,4 @@ import {Settings} from '@control-api/types-ddb';

return {
hashKey: getDailyLimitHashKey(userId),
rangeKey: getDailyLimitRangeKey(),
hash_key: getDailyLimitHashKey(userId),
range_key: getDailyLimitRangeKey(),
};

@@ -18,0 +18,0 @@ }

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