Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dfpm

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dfpm

[![npm version](https://badge.fury.io/js/dfpm.svg)](https://badge.fury.io/js/dfpm)

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

dfpm

npm version

A developer friendly JavaScript package manager.

Goals:

  • Developer productivity with existing JavaScript ecosystem and tooling
  • The best performance achievable with Node.js
  • Good explanation of package manager behavior - why the dependency is placed here or there during installation, what factors contributed to this decision and what to do to make the dependency singular for the project
  • Fine-grained control of package manager behavior for various types of workflows
  • Experimental features that has good compatibility with current JavaScript ecosystem

Implemented experimental features:

  • Reproducible installs without "fat" lockfiles. lockTime field is used instead in the package.json file to fixate the time of install. On subsequent installs the highest dependency versions are picked that were published before lockTime. When new dependencies added to the project that were published after lockTime their ranges are resolved to the minimal satisfying version (typically the ranges of newly added dependencies are the latest at the moment when they are added to the package.json).

Usage:

  1. Install dfpm globally first:
npm i -g dfpm
  1. Run installation within your Node.js project directory:
dfpm
  1. Run script foo from package.json:
dfpm foo
  1. Add/remove packages to your project:
dfpm add lodash
  1. Get command line help:
dfpm -h

Keywords

FAQs

Package last updated on 30 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc