New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

leap-lambda-boilerplate

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leap-lambda-boilerplate

latest
npmnpm
Version
1.4.0
Version published
Weekly downloads
7
-46.15%
Maintainers
4
Weekly downloads
 
Created
Source

AWS Lambda boilerplate

Prerequisites

  • Node.js 8+
  • Yarn

Usage

  • git clone --origin boilerplate https://github.com/leapdao/leap-lambda-boilerplate.git <your-project-name>
  • cd <your-project-name> && git remote add origin git@github.com:leapdao/<your-project-name>.git
  • change name in package.json
  • yarn
  • Enjoy :-)

Tests

Jest used for unit-testing. Put your test file near module that you want to test. For example, for src/cool-module.js you should create a file src/cool-module.test.js.

  • yarn test — run tests
  • yarn test:watch — run tests in watch mode

FAQs

Package last updated on 15 Feb 2021

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