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

serverless-tasks-handel-extension

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-tasks-handel-extension - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

package.json
{
"name": "serverless-tasks-handel-extension",
"version": "0.2.1",
"version": "0.2.2",
"description": "Handel Extension that provides serverless scheduled tasks using ECS Fargate",

@@ -22,3 +22,4 @@ "main": "dist/extension.js",

"handel-extension-support": "^0.31.1",
"uuid": "^7.0.2"
"uuid": "^7.0.2",
"winston": "^2.3.1"
},

@@ -31,2 +32,3 @@ "devDependencies": {

"@types/uuid": "^7.0.0",
"@types/winston": "2.3.1",
"chai": "^4.1.2",

@@ -33,0 +35,0 @@ "cpy-cli": "^2.0.0",

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

import { v4 as uuid } from 'uuid';
import * as winston from 'winston';
import awsWrapper from './aws-wrapper';

@@ -48,2 +49,5 @@ import { ScheduledTasksServiceConfig } from './config-types';

// @ts-ignore
winston.level = process.env.LOG_LEVEL || 'debug';
const SERVICE_NAME = 'ServerlessTasks';

@@ -50,0 +54,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