Socket
Socket
Sign inDemoInstall

prependify

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prependify

Prepend your browserify generated bundle with any given text.


Version published
Weekly downloads
13
increased by116.67%
Maintainers
1
Weekly downloads
 
Created
Source

prependify

Prepend your Browserify generated bundle with any given text.

Install

npm install prependify

Usage

var browserify = require('browserify')
var prependify = require('prependify')

var b = browserify()
b.add('/path/to/your/file')
b.plugin(prependify, 'some text')
b.bundle().pipe(somewhere)
  • licensify: Browserify plugin to prepend license header to your bundle

License

MIT

Keywords

FAQs

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc