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.10 to 0.2.11

5

CHANGELOG.md
# Asset Smasher Changelog
## 0.2.11 (May 18, 2013)
- No functional changes
- Extract and use `dependency-graph` module.
## 0.2.10 (April 29, 2013)

@@ -4,0 +9,0 @@

2

lib/asset_bundle.js
var path = require('path');
var fs = require('fs');
var _ = require('underscore');
var DepGraph = require('./dep_graph').DepGraph;
var DepGraph = require('dependency-graph').DepGraph;

@@ -6,0 +6,0 @@ /**

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

@@ -30,2 +30,3 @@ "keywords": [

"commander": "1.1.1",
"dependency-graph": "0.1.0",
"glob": "3.1.21",

@@ -32,0 +33,0 @@ "mkdirp": "0.3.5",

@@ -201,2 +201,4 @@ # Asset Smasher

Be careful that your shell doesn't expand glob patterns when passing them as arguments. To be safe, surround the argument with quotes.
Examples:

@@ -212,3 +214,3 @@

--paths ./js,./css,./images \
--only **/*.jpg,**/*.gif,**/*.png,application.js.mf,application.css.mf ./public/assets
--only "**/*.jpg,**/*.gif,**/*.png,application.js.mf,application.css.mf" ./public/assets

@@ -215,0 +217,0 @@ Compile assets, providing some custom helpers to the transformation

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