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

metalsmith-browserify

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-browserify - npm Package Compare versions

Comparing version 0.2.2 to 0.2.4

4

index.js

@@ -25,3 +25,3 @@ 'use strict';

if (options.watch) {
options.plugins.push('watchify');
options.plugin.push('watchify');
options.cache = options.cache || {};

@@ -51,2 +51,3 @@ options.packageCache = options.packageCache || {};

s = b.bundle()
.on('error', console.error.bind(console))
.pipe(exorcist(bundleDest + '.map'))

@@ -56,2 +57,3 @@ .pipe(fs.createWriteStream(bundleDest), 'utf8');

s = b.bundle()
.on('error', console.error.bind(console))
.pipe(fs.createWriteStream(bundleDest), 'utf8');

@@ -58,0 +60,0 @@ }

{
"name": "metalsmith-browserify",
"version": "0.2.2",
"version": "0.2.4",
"description": "Metalsmith plugin to bundle JS with browserify",

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

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