New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

abrowserify

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abrowserify

Bundle with browserify only when file changed from last time

  • 3.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
decreased by-47.06%
Maintainers
1
Weekly downloads
 
Created
Source

abrowserify

Build Status npm Version JS Standard

Bundle with browserify only when file changed from last time

Installation

$ npm install abrowserify --save

Usage

'use strict'

const abrowserify = require('abrowserify')
const co = require('co')

co(function * () {
  yield abrowserify('src/entrypoint.js', 'public/bundle.js', {
    debug: true
  })
}).catch((err) => console.error(err))

Signature

abrowserify(src, dest, options) -> Promise

Params

NameTypeDescription
srcstringSource file name
deststringDestination file name
optionsObjectOptional settings
options.statusstringStatus file path
options.cachestringCache file path
options.reflectsstring[]File patterns to reflects changes

License

This software is released under the MIT License.

Keywords

FAQs

Package last updated on 28 Aug 2018

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