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

asset-smasher

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-smasher - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

4

CHANGELOG.md
# Asset Smasher Changelog
## 0.2.6 (April 17, 2013)
- Limit the number of files to process in parallel to avoid EMFILE. (Fixes #9)
## 0.2.5 (March 18, 2013)

@@ -4,0 +8,0 @@

2

lib/discovery/finder.js

@@ -70,3 +70,3 @@ /**

if (this.lookFor.length > 0) {
async.each(assetBundle.getAllAssets(), function(asset, eachCb) {
async.eachLimit(assetBundle.getAllAssets(), 50, function(asset, eachCb) {
self.executeSingle(asset, assetBundle, eachCb);

@@ -73,0 +73,0 @@ }, function (e) {

{
"name": "asset-smasher",
"description": "Asset pre-processor, merger, and compressor.",
"version": "0.2.5",
"version": "0.2.6",
"author": "Jim Riecken <jriecken@gmail.com>",

@@ -6,0 +6,0 @@ "keywords": [

@@ -409,3 +409,3 @@ # Asset Smasher

### <a name="tn-less-styl"></a> LESS/Styles
### <a name="tn-less-styl"></a> LESS/Stylus

@@ -412,0 +412,0 @@ - Any `@include/@import` paths are *relative to the path that the file is in*.

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