๐Ÿš€ Big News:Socket Has Acquired Secure Annex.Learn More โ†’
Socket
Book a DemoSign in
Socket

@types/aws-cloudfront-function

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/aws-cloudfront-function - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+2
-2
aws-cloudfront-function/index.d.ts

@@ -66,6 +66,6 @@ declare namespace AWSCloudFrontFunction {

* Retrieves a reference to a CloudFront Key-Value Store (KVS) by its ID.
* @param kvsId The identifier of the KVS to use.
* @param kvsId The identifier of the KVS to use (optional).
* @see https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-custom-methods.html
*/
function kvs(kvsId: string): KVStore;
function kvs(kvsId?: string): KVStore;

@@ -72,0 +72,0 @@ interface KVStore {

{
"name": "@types/aws-cloudfront-function",
"version": "1.0.6",
"version": "1.0.7",
"description": "TypeScript definitions for aws-cloudfront-function",

@@ -24,5 +24,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-cloudfront-function",

"peerDependencies": {},
"typesPublisherContentHash": "18d63985b8398ead9fb85a52dced513fd638e504749bd5de2c46ae9675ddbfcf",
"typesPublisherContentHash": "780b1770be43bb615190ae71f0b6a60d8521e2c6fc89f9135d4ac23adbd9a5bb",
"typeScriptVersion": "5.2",
"nonNpm": true
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 23 Sep 2025 20:34:40 GMT
* Last updated: Fri, 13 Mar 2026 23:40:50 GMT
* Dependencies: none

@@ -14,0 +14,0 @@