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

nrtv-library

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nrtv-library

Caches module singletons and orchestrates dependencies between them

latest
Source
npmnpm
Version
0.56.0
Version published
Maintainers
1
Created
Source

The Nrtv library allows you to richly specify the nature of a function and its dependencies, and then use that function with a high degree of control over when it is called and with what arguments.

So far, you can

  • Define singleton generators

  • Request a set of singletons be applied to a function

  • Have a scope which is global across generator runs, but which is private to the module, and can be reset when the module or one of its dependencies is used

In the future you may

  • Be able to specify whether a module is a generator or a plain function

  • Be able to specify whether you want a module's singleton or its function

  • Be able to use a module with a substitute for one of its dependencies

FAQs

Package last updated on 27 Oct 2016

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