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

@aws-cdk/aws-dax

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-dax - npm Package Compare versions

Comparing version 1.144.0 to 1.145.0

2

.jsii.tabl.json
{
"version": "2",
"toolVersion": "1.52.1",
"toolVersion": "1.54.0",
"snippets": {

@@ -5,0 +5,0 @@ "e9dcf97ae8aa00c9e2a44ee63d6cbccab87d4d28b5e96ff97c6333636abc105c": {

import * as cdk from '@aws-cdk/core';
import * as cfn_parse from '@aws-cdk/core/lib/cfn-parse';
/**
* Properties for defining a `CfnCluster`.
* Properties for defining a `CfnCluster`
*
* @external
* @struct
* @stability external
*
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html

@@ -11,7 +13,4 @@ */

/**
* A valid Amazon Resource Name (ARN) that identifies an IAM role.
* A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
*
* At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn

@@ -21,7 +20,4 @@ */

/**
* The node type for the nodes in the cluster.
* The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
*
* (All nodes in a DAX cluster are of the same type.)
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype

@@ -31,9 +27,6 @@ */

/**
* The number of nodes in the DAX cluster.
* The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set `ReplicationFactor` to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). `If the AvailabilityZones` parameter is provided, its length must equal the `ReplicationFactor` .
*
* A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set `ReplicationFactor` to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). `If the AvailabilityZones` parameter is provided, its length must equal the `ReplicationFactor` .
*
* > AWS recommends that you have at least two read replicas per cluster.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor

@@ -43,7 +36,4 @@ */

/**
* The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated.
* The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the `ReplicationFactor` parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
*
* If provided, the length of this list must equal the `ReplicationFactor` parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-availabilityzones

@@ -53,3 +43,3 @@ */

/**
* The encryption type of the cluster's endpoint. Available values are:.
* The encryption type of the cluster's endpoint. Available values are:
*

@@ -61,3 +51,2 @@ * - `NONE` - The cluster's endpoint will be unencrypted.

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clusterendpointencryptiontype

@@ -69,3 +58,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername

@@ -77,3 +65,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description

@@ -87,3 +74,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn

@@ -95,3 +81,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname

@@ -101,7 +86,4 @@ */

/**
* A range of time when maintenance of DAX cluster software will be performed.
* A range of time when maintenance of DAX cluster software will be performed. For example: `sun:01:00-sun:09:00` . Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
*
* For example: `sun:01:00-sun:09:00` . Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow

@@ -111,9 +93,6 @@ */

/**
* A list of security group IDs to be assigned to each node in the DAX cluster.
* A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
*
* (Each of the security group ID is system-generated.)
*
* If this parameter is not specified, DAX assigns the default VPC security group to each node.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-securitygroupids

@@ -125,3 +104,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-ssespecification

@@ -135,3 +113,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname

@@ -143,3 +120,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags

@@ -150,8 +126,9 @@ */

/**
* A CloudFormation `AWS::DAX::Cluster`.
* A CloudFormation `AWS::DAX::Cluster`
*
* Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.
*
* @external
* @cloudformationResource AWS::DAX::Cluster
* @stability external
*
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html

@@ -162,4 +139,2 @@ */

* The CloudFormation resource type name for this resource class.
*
* @external
*/

@@ -176,3 +151,3 @@ static readonly CFN_RESOURCE_TYPE_NAME = "AWS::DAX::Cluster";

/**
* Returns the ARN of the DAX cluster. For example:.
* Returns the ARN of the DAX cluster. For example:
*

@@ -184,4 +159,2 @@ * `{ "Fn::GetAtt": [" MyDAXCluster ", "Arn"] }`

* `arn:aws:dax:us-east-1:111122223333:cache/MyDAXCluster`
*
* @external
* @cloudformationAttribute Arn

@@ -191,3 +164,3 @@ */

/**
* Returns the endpoint of the DAX cluster. For example:.
* Returns the endpoint of the DAX cluster. For example:
*

@@ -199,4 +172,2 @@ * `{ "Fn::GetAtt": [" MyDAXCluster ", "ClusterDiscoveryEndpoint"] }`

* `mydaxcluster.0h3d6x.clustercfg.dax.use1.cache.amazonaws.com:8111`
*
* @external
* @cloudformationAttribute ClusterDiscoveryEndpoint

@@ -207,4 +178,2 @@ */

* Returns the endpoint URL of the DAX cluster.
*
* @external
* @cloudformationAttribute ClusterDiscoveryEndpointURL

@@ -214,7 +183,4 @@ */

/**
* A valid Amazon Resource Name (ARN) that identifies an IAM role.
* A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
*
* At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn

@@ -224,7 +190,4 @@ */

/**
* The node type for the nodes in the cluster.
* The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
*
* (All nodes in a DAX cluster are of the same type.)
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype

@@ -234,9 +197,6 @@ */

/**
* The number of nodes in the DAX cluster.
* The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set `ReplicationFactor` to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). `If the AvailabilityZones` parameter is provided, its length must equal the `ReplicationFactor` .
*
* A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set `ReplicationFactor` to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). `If the AvailabilityZones` parameter is provided, its length must equal the `ReplicationFactor` .
*
* > AWS recommends that you have at least two read replicas per cluster.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor

@@ -246,7 +206,4 @@ */

/**
* The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated.
* The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the `ReplicationFactor` parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
*
* If provided, the length of this list must equal the `ReplicationFactor` parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-availabilityzones

@@ -256,3 +213,3 @@ */

/**
* The encryption type of the cluster's endpoint. Available values are:.
* The encryption type of the cluster's endpoint. Available values are:
*

@@ -264,3 +221,2 @@ * - `NONE` - The cluster's endpoint will be unencrypted.

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clusterendpointencryptiontype

@@ -272,3 +228,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername

@@ -280,3 +235,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description

@@ -290,3 +244,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn

@@ -298,3 +251,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname

@@ -304,7 +256,4 @@ */

/**
* A range of time when maintenance of DAX cluster software will be performed.
* A range of time when maintenance of DAX cluster software will be performed. For example: `sun:01:00-sun:09:00` . Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
*
* For example: `sun:01:00-sun:09:00` . Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow

@@ -314,9 +263,6 @@ */

/**
* A list of security group IDs to be assigned to each node in the DAX cluster.
* A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
*
* (Each of the security group ID is system-generated.)
*
* If this parameter is not specified, DAX assigns the default VPC security group to each node.
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-securitygroupids

@@ -328,3 +274,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-ssespecification

@@ -338,3 +283,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname

@@ -346,3 +290,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags

@@ -354,6 +297,5 @@ */

*
* @param scope - scope in which this resource is defined.
* @param id - scoped id of the resource.
* @param props - resource properties.
* @external
* @param scope - scope in which this resource is defined
* @param id - scoped id of the resource
* @param props - resource properties
*/

@@ -364,15 +306,9 @@ constructor(scope: cdk.Construct, id: string, props: CfnClusterProps);

*
* @param inspector - tree inspector to collect and process attributes.
* @external
* @param inspector - tree inspector to collect and process attributes
*
*/
inspect(inspector: cdk.TreeInspector): void;
/**
* @external
*/
protected get cfnProperties(): {
[key: string]: any;
};
/**
* @external
*/
protected renderProperties(props: {

@@ -384,11 +320,2 @@ [key: string]: any;

}
/**
* A CloudFormation `AWS::DAX::Cluster`.
*
* Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.
*
* @external
* @cloudformationResource AWS::DAX::Cluster
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html
*/
export declare namespace CfnCluster {

@@ -398,3 +325,5 @@ /**

*
* @external
* @struct
* @stability external
*
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html

@@ -406,3 +335,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html#cfn-dax-cluster-ssespecification-sseenabled

@@ -414,5 +342,7 @@ */

/**
* Properties for defining a `CfnParameterGroup`.
* Properties for defining a `CfnParameterGroup`
*
* @external
* @struct
* @stability external
*
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html

@@ -424,3 +354,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-description

@@ -432,3 +361,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parametergroupname

@@ -438,9 +366,6 @@ */

/**
* An array of name-value pairs for the parameters in the group.
* An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
*
* Each element in the array represents a single parameter.
*
* > `record-ttl-millis` and `query-ttl-millis` are the only supported parameter names. For more details, see [Configuring TTL Settings](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.cluster-management.html#DAX.cluster-management.custom-settings.ttl) .
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parameternamevalues

@@ -451,8 +376,9 @@ */

/**
* A CloudFormation `AWS::DAX::ParameterGroup`.
* A CloudFormation `AWS::DAX::ParameterGroup`
*
* A named set of parameters that are applied to all of the nodes in a DAX cluster.
*
* @external
* @cloudformationResource AWS::DAX::ParameterGroup
* @stability external
*
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html

@@ -463,4 +389,2 @@ */

* The CloudFormation resource type name for this resource class.
*
* @external
*/

@@ -479,3 +403,2 @@ static readonly CFN_RESOURCE_TYPE_NAME = "AWS::DAX::ParameterGroup";

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-description

@@ -487,3 +410,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parametergroupname

@@ -493,9 +415,6 @@ */

/**
* An array of name-value pairs for the parameters in the group.
* An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
*
* Each element in the array represents a single parameter.
*
* > `record-ttl-millis` and `query-ttl-millis` are the only supported parameter names. For more details, see [Configuring TTL Settings](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.cluster-management.html#DAX.cluster-management.custom-settings.ttl) .
*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parameternamevalues

@@ -507,6 +426,5 @@ */

*
* @param scope - scope in which this resource is defined.
* @param id - scoped id of the resource.
* @param props - resource properties.
* @external
* @param scope - scope in which this resource is defined
* @param id - scoped id of the resource
* @param props - resource properties
*/

@@ -517,15 +435,9 @@ constructor(scope: cdk.Construct, id: string, props?: CfnParameterGroupProps);

*
* @param inspector - tree inspector to collect and process attributes.
* @external
* @param inspector - tree inspector to collect and process attributes
*
*/
inspect(inspector: cdk.TreeInspector): void;
/**
* @external
*/
protected get cfnProperties(): {
[key: string]: any;
};
/**
* @external
*/
protected renderProperties(props: {

@@ -538,5 +450,7 @@ [key: string]: any;

/**
* Properties for defining a `CfnSubnetGroup`.
* Properties for defining a `CfnSubnetGroup`
*
* @external
* @struct
* @stability external
*
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html

@@ -548,3 +462,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetids

@@ -556,3 +469,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description

@@ -564,3 +476,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname

@@ -571,8 +482,9 @@ */

/**
* A CloudFormation `AWS::DAX::SubnetGroup`.
* A CloudFormation `AWS::DAX::SubnetGroup`
*
* Creates a new subnet group.
*
* @external
* @cloudformationResource AWS::DAX::SubnetGroup
* @stability external
*
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html

@@ -583,4 +495,2 @@ */

* The CloudFormation resource type name for this resource class.
*
* @external
*/

@@ -599,3 +509,2 @@ static readonly CFN_RESOURCE_TYPE_NAME = "AWS::DAX::SubnetGroup";

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetids

@@ -607,3 +516,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description

@@ -615,3 +523,2 @@ */

*
* @external
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname

@@ -623,6 +530,5 @@ */

*
* @param scope - scope in which this resource is defined.
* @param id - scoped id of the resource.
* @param props - resource properties.
* @external
* @param scope - scope in which this resource is defined
* @param id - scoped id of the resource
* @param props - resource properties
*/

@@ -633,15 +539,9 @@ constructor(scope: cdk.Construct, id: string, props: CfnSubnetGroupProps);

*
* @param inspector - tree inspector to collect and process attributes.
* @external
* @param inspector - tree inspector to collect and process attributes
*
*/
inspect(inspector: cdk.TreeInspector): void;
/**
* @external
*/
protected get cfnProperties(): {
[key: string]: any;
};
/**
* @external
*/
protected renderProperties(props: {

@@ -648,0 +548,0 @@ [key: string]: any;

{
"name": "@aws-cdk/aws-dax",
"version": "1.144.0",
"version": "1.145.0",
"description": "The CDK Construct Library for AWS::DAX",

@@ -82,10 +82,10 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assertions": "1.144.0",
"@aws-cdk/cdk-build-tools": "1.144.0",
"@aws-cdk/cfn2ts": "1.144.0",
"@aws-cdk/pkglint": "1.144.0",
"@aws-cdk/assertions": "1.145.0",
"@aws-cdk/cdk-build-tools": "1.145.0",
"@aws-cdk/cfn2ts": "1.145.0",
"@aws-cdk/pkglint": "1.145.0",
"@types/jest": "^27.4.0"
},
"dependencies": {
"@aws-cdk/core": "1.144.0",
"@aws-cdk/core": "1.145.0",
"constructs": "^3.3.69"

@@ -95,3 +95,3 @@ },

"peerDependencies": {
"@aws-cdk/core": "1.144.0",
"@aws-cdk/core": "1.145.0",
"constructs": "^3.3.69"

@@ -98,0 +98,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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