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

@awboost/cfntypes

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awboost/cfntypes - npm Package Compare versions

Comparing version 1.0.0-beta.53 to 1.0.0-beta.54

4

lib/definitions.d.ts

@@ -291,3 +291,3 @@ import { CreationPolicy, DeletionPolicy, UpdatePolicy } from "./policies.js";

/**
* The base type of custom resource properties. All custom resource defintions
* The base type of custom resource properties. All custom resource definitions
* must specify a `ServiceToken`, which is the ARN of the Lambda function or SNS

@@ -306,3 +306,3 @@ * topic which handles this custom resource.

*/
export type CustomResourceDefinition<P extends CustomResourcePropertiesBase = CustomResourcePropertiesBase, T extends string = string> = ResourceDefinitionBase<P, CustomResourceType<T>>;
export type CustomResourceDefinition<P = any, T extends string = string> = ResourceDefinitionBase<P & CustomResourcePropertiesBase, CustomResourceType<T>>;
/**

@@ -309,0 +309,0 @@ * Represents an AWS or custom resource definition.

{
"name": "@awboost/cfntypes",
"version": "1.0.0-beta.53",
"version": "1.0.0-beta.54",
"private": false,

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

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