Socket
Socket
Sign inDemoInstall

moovjs

Package Overview
Dependencies
91
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    moovjs

A client-side library for handling PII and interacting with Moov.


Version published
Maintainers
1
Created

Readme

Source

Moov.js

A client-side library for handling PII and interacting with Moov.

  • Getting Started
  • Package Commands

Getting Started

Ensure that platform-dev is running. Bundle Moov.js by running npm run build.

You can test Moov.js by running the demo site. Follow the instructions at ../demoSite/README.md.

Package Commands

npm run build

Builds the moov.js script from the contents of the ./src folder and outputs to ./dist directory.

npm run build:watch

Same as npm run build, but also watches for code changes and then regenerates the bundle.

npm run clean

Removes the ./dist folder containing the Moov.js build.

npm run generate-docs

Generates documentation for Moov.js from ./src/models.ts. Outputs to ./docs.

npm run generate-types

Generates type declaration files from the ./src folder. Outputs to ./types.

FAQs

Last updated on 17 Nov 2022

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