Socket
Socket
Sign inDemoInstall

rollup-plugin-executable

Package Overview
Dependencies
2
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rollup-plugin-executable

The Rollup Executable Plugin changes output javascript file's executable state to ON on unix like operating systems.


Version published
Weekly downloads
1.3K
increased by103.91%
Maintainers
2
Install size
179 kB
Created
Weekly downloads
 

Readme

Source

Rollup Executable
Sponsored by Version Downloads Build Status Unix Build Status Windows

The Rollup Executable Plugin makes output file executable on UNIX like operating systems.

Installation

$ npm install --save-dev rollup-plugin-executable

Usage

In your rollup configuration file:

import executable from "rollup-plugin-executable"

rollup({
  entry: entry,
  ...
  plugins: [
    ...
    executable()
  ]
})

License

Logo of Sebastian Software GmbH, Mainz, Germany

Copyright 2017-2019
Sebastian Software GmbH

Keywords

FAQs

Last updated on 12 May 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