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

hashly

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashly - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

alt/b/aggregated_min.js-hca10d04cdc57102e11133c787d145ea1e.map

3

lib/serializer-factory.js

@@ -7,3 +7,4 @@ "use strict";

"tab": true,
"json-object": true
"json-object": true,
"json-symfony": true
};

@@ -10,0 +11,0 @@

@@ -11,3 +11,3 @@ usage: hashly [option option=parameter ...] <source> [destination]

-v, --verbose Emit verbose output
-i, --include A globbing expression. If specified, only matching files will be processed.
--include A globbing expression. If specified, only matching files will be processed.
-e, --exclude A globbing expression. Any matching files will not be processed. Takes precedence over --include.

@@ -39,3 +39,3 @@ --passthrough A globbing expression. Any matching files will be copied as-is to the destination folder.

Default is "{basename}-hc{hash}{extname}".
--ignore-errors Ignore errors. Otherwise, hashly will abort on the first error.
-i, --ignore-errors Ignore errors. Otherwise, hashly will abort on the first error.
--ignore-plugin-errors Ignore errors from plugins. Takes precedence over --ignore-errors.

@@ -42,0 +42,0 @@ --disabled-plugins Semicolon-delimited list of plugin names that should be disabled.

{
"name": "hashly",
"version": "0.5.0",
"version": "0.6.0",
"description": "Renames static files with a hashcode for cache busting",

@@ -5,0 +5,0 @@ "directories": {

@@ -44,3 +44,3 @@ hashly [![Build Status](https://secure.travis-ci.org/labaneilers/hashly.png?branch=master)](http://travis-ci.org/labaneilers/hashly)

-v, --verbose Emit verbose output
-i, --include A globbing expression. If specified, only matching files will be processed.
--include A globbing expression. If specified, only matching files will be processed.
-e, --exclude A globbing expression. Any matching files will not be processed. Takes precedence over --include.

@@ -50,3 +50,3 @@ --passthrough A globbing expression. Any matching files will be copied as-is to the destination folder.

-m, --manifest-format The format for the manifest file. Currently supports "json", "json-object" (json with original
path as key) or "tab" (tab delimited).
path as key), "json-symfony" (for use with symfony asset versioning), or "tab" (tab delimited).
Default is "json".

@@ -73,3 +73,3 @@ -b, --base-dir Specifies the path to a folder. If specified, all paths included in the manifest will be

Default is "{basename}-hc{hash}{extname}".
--ignore-errors Ignore errors. Otherwise, hashly will abort on the first error.
-i, --ignore-errors Ignore errors. Otherwise, hashly will abort on the first error.
--ignore-plugin-errors Ignore errors from plugins. Takes precedence over --ignore-errors.

@@ -76,0 +76,0 @@ --disabled-plugins Semicolon-delimited list of plugin names that should be disabled.

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