New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

convoy

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convoy - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

examples/todos/app/assets/destroy.png

5

lib/loader.js

@@ -153,5 +153,8 @@ /**

// clobber previously loaded modules.
if (!g[k] || !(g[key].require) || !(g[k].define)) g[k] = md;
if (!g[k] || !(g[key].require) || !(g[k].define)) {
g[k] = md;
g.require = md.require;
}
};

3

lib/pipeline.js

@@ -74,3 +74,3 @@ /**

if (err) pipeline.emit('error', err);
done.apply(this, arguments);
if (done) done.apply(this, arguments);
};

@@ -196,2 +196,3 @@ }

}
return this;
};

@@ -198,0 +199,0 @@

{
"name": "convoy",
"version": "v0.1.1",
"version": "v0.1.2",
"author": "Charles Jolley <charles@sproutcore.com>",

@@ -8,5 +8,5 @@ "description": "Pluggable, package-aware asset pipeline for node",

"homepage": "http://github.com/charlesjolley/convoy",
"homepage": "http://github.com/node-convoy/convoy",
"bugs": {
"url": "http://github.com/charlesjolley/convoy/issues"
"url": "http://github.com/node-convoy/convoy/issues"
},

@@ -16,3 +16,3 @@

"type": "git",
"url": "http://github.com/charlesjolley/convoy.git"
"url": "http://github.com/node-convoy/convoy.git"
},

@@ -19,0 +19,0 @@

@@ -10,3 +10,3 @@ /**

var DEFAULT_UGLIFY_OPTIONS = {
// TODO: identify best default options
toplevel: true
};

@@ -24,2 +24,3 @@

var ast = UGLIFY.parser.parse(asset.body);
//ast = pro.ast_lift_variables(ast);
ast = pro.ast_mangle(ast, options);

@@ -26,0 +27,0 @@ ast = pro.ast_squeeze(ast, options);

Sorry, the diff of this file is not supported yet

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