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
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipmx/lambda-utils

Common helpers for Node Lambdas

  • 0.7.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Node Lambda Utils

Installation

npm install @clipmx/lambda-utils

Usage

Refer to the API docs for usage examples

Technologies Used

Contributing

Anything that is reusable in our Node Lambdas would be a good addition to this library.

git clone git@github.com:ClipMX/node.lambda-utils.git

Build Tests

npm run test:watch

Add Usage Examples

TypeDoc will generate API documentation based on the TypeScript types used in the code. TypeDoc will also pull any doc strings into the generated code, which is useful for providing a little more description and usage examples to each Module, Class, Variable, Function, etc. The doc string should be written in MarkDown to take advantage of syntax highlighted code blocks.

TypeScript Resources

Publishing

  1. Create a release branch off of master.
  2. Rebuild docs npm run build:docs
  3. Commit all changes
  4. npm version [major|minor|patch]
  5. Create a pull request for release branch
  6. npm publish --access public

FAQs

Package last updated on 06 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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