Socket
Socket
Sign inDemoInstall

hadron-compile-cache

Package Overview
Dependencies
146
Maintainers
28
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hadron-compile-cache

Hadron Compile Cache


Version published
Weekly downloads
7
increased by75%
Maintainers
28
Install size
19.3 MB
Created
Weekly downloads
 

Readme

Source

hadron-compile-cache

Hadron Compile Cache

Installation

npm install --save hadron-compile-cache

Usage

'use strict';

const path = require('path');
const CompileCache = require('hadron-compile-cache');
const home = path.join('path', 'to', 'my', 'root');

CompileCache.setHomeDirectory(home);

require('mysource.jsx'); // Will be hooked into the cache.

Keywords

FAQs

Last updated on 11 Aug 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc