Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apostrophe-browserify

Package Overview
Dependencies
Maintainers
11
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-browserify - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

3

index.js

@@ -22,3 +22,4 @@ var fs = require('fs');

var basedir = options.basedir || (__dirname + '/public/js/');
var outputFile = './public/js/' + (options.outputFile || '_site-compiled.js');
var outputFile = basedir + (options.outputFile || '_site-compiled.js');
// var outputFile = './public/js/' + (options.outputFile || '_site-compiled.js');
options.site.options.assets.scripts.concat(options.outputFile || '_site-compiled.js');

@@ -25,0 +26,0 @@

{
"name": "apostrophe-browserify",
"version": "0.5.2",
"version": "0.5.3",
"description": "A convenience module for using browserify with frontend code in Apostrophe.",

@@ -5,0 +5,0 @@ "main": "index.js",

# Apostrophe Browserify
This module enables you to use to bundle your frontend code using browserify while still taking advantage of automatic minification and Apostrophe's asset pipeline.
This [Apostrophe 2](http://apostrophenow.org/) module enables you to bundle your frontend code using [`browserify`](https://github.com/substack/node-browserify) while taking advantage of automatic minification and Apostrophe's asset pipeline.

@@ -5,0 +5,0 @@ When using the `development` option `watchify` will run, recompiling your assets any time they are saved.

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