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

@collaborne/custom-cloudformation-resources

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collaborne/custom-cloudformation-resources - npm Package Compare versions

Comparing version 0.5.12 to 0.5.13

2

dist/cloudfront-waf-v2-rule-group/index.d.ts

@@ -17,3 +17,3 @@ import { SchemaType } from '@collaborne/json-schema-to-type';

Rules: {
type: "object";
type: "string";
};

@@ -20,0 +20,0 @@ };

@@ -19,3 +19,3 @@ "use strict";

Rules: {
type: 'object',
type: 'string',
},

@@ -36,3 +36,3 @@ },

var _a, _b, _c, _d;
const rules = Rules;
const rules = JSON.parse(Rules);
const ruleGroupParams = {

@@ -39,0 +39,0 @@ Name,

{
"name": "@collaborne/custom-cloudformation-resources",
"version": "0.5.12",
"version": "0.5.13",
"description": "Custom CloudFormation resources",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -22,3 +22,3 @@ import { WAFV2 } from 'aws-sdk';

Rules: {
type: 'object' as const,
type: 'string' as const,
},

@@ -54,3 +54,3 @@ },

): Promise<Response<ResourceAttributes>> {
const rules = Rules as Rules;
const rules: Rules = JSON.parse(Rules);
const ruleGroupParams = {

@@ -57,0 +57,0 @@ Name,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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