snyk-try-require
Snyk package loading system with policy detection
Last updated 3 years ago by snyk-admin .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install snyk-try-require 
SYNC missed versions from official npm registry.

Snyk's (try) require

This package tries to load and parse a package.json file. This does not load the package into memory (as per require).

What snyk-try-require does:

  • Returns a promise
  • Does not throw if the package.json can't be found, but fulfills with null
  • Uses debug module under the snyk:resolve:try-require key
  • Uses lru-cache for caching for 100 objects for 1 hour
  • Adds dependencies and devDependencies if they're missing
  • Adds __filename containing the full original path to the package
  • If a Snyk policy is present, will add the path of the policy to the snyk property
  • If the package uses npm-shrinkwrap.json will include a shrinkwrap boolean property
  • Returns the leading and trailing whitespace of the original package.json file as a leading and trailing property respectively

Current Tags

  • 2.0.2                                ...           latest (3 years ago)

9 Versions

  • 2.0.2                                ...           3 years ago
  • 2.0.1                                ...           4 years ago
  • 2.0.0                                ...           4 years ago
  • 1.3.1                                ...           6 years ago
  • 1.3.0                                ...           7 years ago
  • 1.2.0                                ...           8 years ago
  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)
Dev Dependencies (3)

Copyright 2013 - present © cnpmjs.org | Home |