Socket
Socket
Sign inDemoInstall

flexso-code-retreat

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    flexso-code-retreat

Use this library to start your project for the flexso code retreat


Version published
Maintainers
1
Created

Readme

Source

flexso code retreat

Flexso code retreat library

installation

$ npm install -s flexso-code-retreat

usage

const {completeMission, getMission} = require('@jowavp/flexso-code-retreat').default;
const fbp = '<firebase_project_name>';

const mission = getMission(fbp, '<teamName>', 'test');

const missionResult = mission.coordinates.reduce(
    (acc, coor) => { /* do something */ },
    0 
)

const result = completeMission(fbp, mission.missionId, missionResult);

FAQs

Last updated on 12 Dec 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc