JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 42478
  • Score
    100M100P100Q189136F
  • License Apache-2.0

Snyk module helper

Package Exports

  • snyk-module

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snyk-module) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

snyk/module

Build Status Coverage Status

Parses a string module name into an object, and tests for Snyk support.

See tests for examples.

Testing manually

You can use this module from the terminal whilst inside the root of the repo directory:

$ node . foo@3
{ name: "foo", version: 3 }