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

assets-packager

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assets-packager - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

lib/packager.js

11

History.md

@@ -0,1 +1,10 @@

0.9.0 / 2013-06-04
==================
* Added `npm test` instead of custom Makefile.
* Added `npm run check` running JSHint on project sources.
* Extracted packaging functionality into `lib/packager.js`.
* Updated dependencies to last available versions.
* Added -j option for specifying number of concurrent tasks executed at once.
0.8.0 / 2012-09-06

@@ -89,2 +98,2 @@ ==================

* First experimental version of assets-packager utility.
* Implemented packaging CSS (via LESS compiler) and JavaScript files into bundled (and pre-gzipped) versions.
* Implemented packaging CSS (via LESS compiler) and JavaScript files into bundled (and pre-gzipped) versions.

19

package.json

@@ -11,18 +11,23 @@ {

},
"version": "0.8.0",
"main": "index.js",
"version": "0.9.0",
"bin": {
"assetspkg": "./bin/assetspkg"
},
"scripts": {
"check": "jshint .",
"prepublish": "jshint .",
"test": "vows"
},
"dependencies": {
"optimist": "0.3.x",
"optimist": "0.5.x",
"seq": "0.3.x",
"uglify-js": "1.2.x",
"less": "1.x",
"clean-css": "0.6.x",
"enhance-css": "0.5.x",
"clean-css": "1.0.x",
"enhance-css": "0.6.x",
"assets-expander": "0.5.x"
},
"devDependencies": {
"vows": "*"
"vows": "0.7.x",
"jshint": "2.1.x"
},

@@ -32,2 +37,2 @@ "engines": {

}
}
}

@@ -0,1 +1,3 @@

[![NPM version](https://badge.fury.io/js/assets-packager.png)](http://badge.fury.io/js/assets-packager)
## What is assets-packager? ##

@@ -90,2 +92,3 @@

* -i - when using --nm, specify the indentation level in spaces
* -j - number of concurrent tasks executed at once (defaults to number of logical CPUs)
* -n - create alternate stylesheets bundles without inlined images (Explorer 6/7, I'm looking at you!)

@@ -92,0 +95,0 @@ * -a - use asset hosts for image URLs, e.g _-a [assets0,assets1].yourdomain.com_

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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