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

@collaborne/custom-cloudformation-resources

Package Overview
Dependencies
Maintainers
4
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.3.0 to 0.4.0

8

dist/logger.d.ts
export interface Logger {
log(message: string, ...args: any[]): void;
debug(message: string, ...args: any[]): void;
warn(message: string, ...args: any[]): void;
error(message: string, ...args: any[]): void;
log(message: string, args?: Record<string, unknown>): void;
debug(message: string, args?: Record<string, unknown>): void;
warn(message: string, args?: Record<string, unknown>): void;
error(message: string, args?: Record<string, unknown>): void;
}
{
"name": "@collaborne/custom-cloudformation-resources",
"version": "0.3.0",
"version": "0.4.0",
"description": "Custom CloudFormation resources",

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

export interface Logger {
log(message: string, ...args: any[]): void;
debug(message: string, ...args: any[]): void;
warn(message: string, ...args: any[]): void;
error(message: string, ...args: any[]): void;
log(message: string, args?: Record<string, unknown>): void;
debug(message: string, args?: Record<string, unknown>): void;
warn(message: string, args?: Record<string, unknown>): void;
error(message: string, args?: Record<string, unknown>): void;
}

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