Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

earthly

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

earthly

An ES8 compatible, down-to-earth build tool.

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

earthly

An ES8 compatible, down-to-earth build tool.

Usage

Example with Browserify

const earthly = require("earthly");
const browserify = require("browserify");

earthly.task("browserify", [ "a.js", "b.js" ], async () => {
	const bundle = await earthly.stream(browserify("a.js").bundle());
	await earthly.writeFile("bundle.js", bundle);
});

earthly.go();

FAQs

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