Socket
Socket
Sign inDemoInstall

gib-recipe-browserify

Package Overview
Dependencies
385
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

test/fixations/defaults/src/index.js

5

index.js

@@ -5,2 +5,3 @@ /**

* TODO multiple entries/exits?
* TODO remove default es2015 transform
*/

@@ -37,5 +38,2 @@ 'use strict';

// Browserify setup:
b.transform(babelify, { presets: ['es2015'] });
// Wire up logging:

@@ -100,2 +98,3 @@ if (bus) {

options.browserify = Object.assign(options.browserify || {
transform: [babelify.configure({ presets: ['es2015'] })],
debug: true,

@@ -102,0 +101,0 @@ entries: [

11

package.json
{
"name": "gib-recipe-browserify",
"version": "0.0.5",
"version": "0.0.6",
"description": "Gib recipe for browserify.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
"test": "./node_modules/.bin/mocha"
},

@@ -12,2 +12,3 @@ "author": "Carl Sutherland <carl@humblesoftware.com>",

"dependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",

@@ -22,3 +23,9 @@ "browserify": "^13.0.1",

"watchify": "^3.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"mocha": "^2.5.3",
"rimraf": "^2.5.4"
}
}
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