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

@bifravst/aws-cdk-ecr-helpers

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bifravst/aws-cdk-ecr-helpers - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/repository.d.ts

@@ -16,4 +16,4 @@ import { ECRClient } from '@aws-sdk/client-ecr';

id: string;
debug?: logFn | undefined;
debug?: logFn;
}) => Promise<ContainerRepository>;
export {};
{
"name": "@bifravst/aws-cdk-ecr-helpers",
"version": "1.0.1",
"version": "1.0.2",
"description": "Helper functions which simplify working with Elastic Container Registry (ECR) for AWS CDK.",

@@ -15,3 +15,2 @@ "exports": {

"scripts": {
"test": "tsx --no-warnings --test ./src/*.spec.ts",
"prepare": "husky",

@@ -37,3 +36,3 @@ "prepublishOnly": "npx tsc --noEmit false --outDir ./dist -d"

"devDependencies": {
"@bifravst/eslint-config-typescript": "6.0.18",
"@bifravst/eslint-config-typescript": "6.0.19",
"@bifravst/prettier-config": "1.0.0",

@@ -43,3 +42,3 @@ "@commitlint/config-conventional": "19.1.0",

"husky": "9.0.11",
"tsx": "4.7.1"
"tsx": "4.7.2"
},

@@ -91,6 +90,6 @@ "lint-staged": {

"prettier": "@bifravst/prettier-config",
"dependencies": {
"@aws-sdk/client-ecr": "3.540.0",
"@bifravst/run": "1.2.0"
"peerDependencies": {
"@aws-sdk/client-ecr": "^3.540.0",
"@bifravst/run": "^1.2.0"
}
}
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