Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@node-minify/google-closure-compiler

Package Overview
Dependencies
3
Maintainers
1
Versions
24
Issues
File Explorer

Advanced tools

@node-minify/google-closure-compiler

google closure compiler plugin for @node-minify

    8.0.5latest
    GitHub

Version published
Maintainers
1
Weekly downloads
594
decreased by-20.38%

Weekly downloads

Changelog

Source

8.0.5

  • feat(typescript): rewrite (#1598) (75a10d431a358083f46565fe5f6937b0f6dbd807)
  • chore(copyright): update to 2023 (#1707) (3e33ba1b6d39c0c5f0f519ede7ecf94316a2f512)
  • feat(node): remove node 14 (#1697) (1a8a9014f399a0dc0a397d18f4e61c58f5e0908c)
  • docs(astro): astro version (#1693) (a9a6fbc0fc94a23ddd83e50ad17e751c8e6a0a3c)
  • bump dependencies

Readme

Source

node-minify

A very light minifier Node.js module.


Build Status

google-closure-compiler

google-closure-compiler is a plugin for node-minify

It allow you to compress JavaScript files.

Installation

npm install @node-minify/core @node-minify/google-closure-compiler

Usage

const minify = require('@node-minify/core'); const gcc = require('@node-minify/google-closure-compiler'); minify({ compressor: gcc, input: 'foo.js', output: 'bar.js', callback: function (err, min) {} });

Documentation

Visit https://node-minify.2clics.net/compressors/gcc.html for full documentation

License

MIT

Keywords

FAQs

Last updated on 16 Feb 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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