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 1.0.0 to 1.1.0

6

History.md

@@ -0,1 +1,7 @@

[1.1.0 / 2014-03-16](https://github.com/GoalSmashers/assets-packager/compare/v1.0.0...v1.1.0)
==================
* Adds `--css-embed-all` switch to trigger embedding of all resources by enhance-css.
* Updates enhance-css dependency to 1.1.x.
[1.0.0 / 2014-03-10](https://github.com/GoalSmashers/assets-packager/compare/v0.9.0...v1.0.0)

@@ -2,0 +8,0 @@ ==================

1

lib/packager.js

@@ -116,2 +116,3 @@ (function() {

pregzip: options.gzip,
forceEmbed: options.css.embedAll,
noEmbedVersion: options.css.safeEmbed,

@@ -118,0 +119,0 @@ assetHosts: options.css.assetHosts,

4

package.json
{
"name": "assets-packager",
"version": "1.0.0",
"version": "1.1.0",
"author": "Jakub Pawlowicz <jakub@goalsmashers.com> (https://twitter.com/GoalSmashers)",

@@ -45,3 +45,3 @@ "description": "Very fast assets pipeline - combines power of async, uglify-js, clean-css, enhance-css and couple other tools to make your assets production-ready",

"commander": "2.1.x",
"enhance-css": "1.0.x",
"enhance-css": "1.1.x",
"less": "1.7.x",

@@ -48,0 +48,0 @@ "uglify-js": "2.4.x"

@@ -107,2 +107,3 @@ [![NPM version](https://badge.fury.io/js/assets-packager.png)](https://badge.fury.io/js/assets-packager)

--css-bundle-to [path] path to stylesheets root directory (relative to --root option)
--css-embed-all forces embedding of all resources by enhance-css
--css-safe-embed create an additional version of packaged CSS without embedded images

@@ -109,0 +110,0 @@ --css-source [path] path to stylesheets root directory (relative to --root option)

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