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

gluejs

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gluejs - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

2

index.js

@@ -5,3 +5,3 @@ var os = require('os'),

DetectiveList = require('./lib/list/detective.js'),
packageCommonJs = require('./lib/runner/package-commonjs'),
packageCommonJs = require('./lib/runner/commonjs/index.js'),
Capture = require('./lib/file-tasks/capture.js'),

@@ -8,0 +8,0 @@ Minilog = require('minilog'),

{
"name": "gluejs",
"description": "Build CommonJS modules for the browser via a chainable API",
"version": "2.3.4",
"version": "2.3.5",
"author": {

@@ -6,0 +6,0 @@ "name": "Mikito Takada",

@@ -37,6 +37,7 @@ # gluejs V2

app.use(express.static(__dirname + '/index.html'));
app.use(express.static(__dirname));
app.use('/app.js', glue.middleware({
include: [ './lib', './node_modules/microee/' ]
basepath: __dirname,
include: [ './lib', '../node_modules/jade/' ]
}));

@@ -43,0 +44,0 @@

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