🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
b

build-cloudfoundry

Configures a Cloud Foundry staticfile application

0.0.1
latest
65

Supply Chain Security

100

Vulnerability

76

Quality

75

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Dependencies have 11 high and critical alerts.

Critical CVE, Socket optimized override available, and High CVE

Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Issues
0

build-cloudfoundry

Build Status

Configures a Cloud Foundry staticfile application

Installing

build-cloudfoundry is available as an npm package.

Usage

Add build-bin and build-cloudfoundry to the package.json.

{
  "name": "project",
  "private": true,
  "scripts": {
    "build": "build"
  },
  "devDependencies": {
    "build-bin": "^0.0.6",
    "build-cloudfoundry": "^0.0.1"
  }
}

From the command line, run:

npm run build

build-cloudfoundry will add a Staticfile to the dist directory, configuring the staticfile buildpack to enable pushstate routing and force HTTPS.

Development

Getting Started

The application requires the following external dependencies:

  • Node.js

The rest of the dependencies are handled through:

npm install

Run tests with:

npm test

FAQs

Package last updated on 26 Aug 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