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

@clipmx/lambda-utils

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipmx/lambda-utils - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

1

dist/index.d.ts

@@ -11,5 +11,4 @@ export * from './models';

export { default as TypeGuards } from './core/TypeGuards';
export { default as Logger } from './core/Logger';
export { KinesisStreamEvent, KinesisStreamRecord, KinesisStreamRecordPayload } from 'aws-lambda';
export { DynamoDB } from 'aws-sdk/clients/all';
export { DocumentClient } from 'aws-sdk/lib/dynamodb/document_client';

@@ -25,4 +25,2 @@ "use strict";

exports.TypeGuards = TypeGuards_1.default;
var Logger_1 = require("./core/Logger");
exports.Logger = Logger_1.default;
var all_1 = require("aws-sdk/clients/all");

@@ -29,0 +27,0 @@ exports.DynamoDB = all_1.DynamoDB;

7

package.json
{
"name": "@clipmx/lambda-utils",
"version": "0.6.1",
"version": "0.7.0",
"description": "Common helpers for Node Lambdas",

@@ -37,3 +37,3 @@ "main": "dist/index.js",

"tslint-config-airbnb": "^5.8.0",
"typedoc": "^0.11.1",
"typedoc": "^0.15.0",
"typescript": "^2.8.1"

@@ -60,5 +60,4 @@ },

"uuid": "^3.2.1",
"validator": "^10.8.0",
"winston": "^3.0.0-rc5"
"validator": "^10.8.0"
}
}

@@ -11,3 +11,2 @@ export * from './models';

export { default as TypeGuards } from './core/TypeGuards';
export { default as Logger } from './core/Logger';

@@ -14,0 +13,0 @@ // external library types

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