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

ender

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ender - npm Package Compare versions

Comparing version 0.6.9 to 0.7.0

12

lib/ender.js

@@ -97,3 +97,3 @@ // Ender: open module JavaScript framework

async.waterfall([
async.apply(ENDER.npm.install, newPackages)
async.apply(ENDER.npm.install, newPackages, options)
, async.apply(ENDER.file.assemble, uniqueActivePackageNames, options)

@@ -105,4 +105,4 @@ , writeSource

async.parallel([
async.apply(ENDER.file.output, source, options.output, context)
, async.apply(ENDER.file.uglify, source, options.output, context)
async.apply(ENDER.file.output, source, options.output, context, options)
, async.apply(ENDER.file.uglify, source, options.output, context, options)
], callback)

@@ -136,3 +136,3 @@ }

console.log('Nothing to uninstall.')
return callback()
return callback && callback()
}

@@ -152,4 +152,4 @@

async.parallel([
async.apply(ENDER.file.output, source, options.output, context)
, async.apply(ENDER.file.uglify, source, options.output, context)
async.apply(ENDER.file.output, source, options.output, context, options)
, async.apply(ENDER.file.uglify, source, options.output, context, options)
], callback)

@@ -156,0 +156,0 @@ }

{
"name": "ender",
"description": "next level JavaScript modules",
"version": "0.6.9",
"version": "0.7.0",
"authors": ["Dustin Diaz <@ded>", "Jacob Thornton <@fat>"],

@@ -6,0 +6,0 @@ "keywords": ["ender", "modules", "builder", "framework", "packager"],

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