New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dlvr

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dlvr

[![Known Vulnerabilities](https://snyk.io/test/github/freakzero/dlvr/badge.svg)](https://snyk.io/test/github/freakzero/dlvr) [![npm version](https://badge.fury.io/js/dlvr.svg)](https://badge.fury.io/js/dlvr) [![Build Status](https://travis-ci.org/FreaKz

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

DLVR (ALPHA)

Known Vulnerabilities npm version Build Status

(Until real release use at your own risk, fallback from failure is not yet implemented)

asciicast

Command Line tool for easy automated Releasing. See the ASCII cast.

You will get the most out of this Tool when you want to release binaries done with NWJS, Electron or pkg.

Install

npm install -g dlvr

Config

Make a `.dlvr file with following configuration

{
  "snyk": {  // or false
    "token": "YOUR API TOKEN"
  },
  "compress": [ // or false
    {"in": "./dist/test.txt", "out": "./dist/test.zip"},
    {"in": "./dist/test2.txt", "out": "./dist/test2.zip"}
  ],
  "github": { // or false
    "logfilter": ".*#", // regex - every commit with a # in it - or false 
    "draft":true,  // false: publishes instantly - true: you have to confirm the draft at github release pages
    "token": "YOUR API TOKEN",
    "repo": "username/repo",
    "release": {
      "assets": [{
        "file": "./dist/test.zip",
        "name": "test.zip"
      },{
        "file": "./dist/test2.zip",
        "name": "test2.zip"
      }]
    }
  },
  "test":"npm run test", // or false
  "npmpublish": false // or true (uses local login)
}

Keywords

FAQs

Package last updated on 18 Jul 2017

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