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

broccoli-asset-rev

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-asset-rev - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

lib/asset-rev.js

@@ -23,3 +23,3 @@ var Fingerprint = require('./fingerprint');

exclude: options.fingerprintExclude || [],
generateRailsManifest: options.generateRailsManifest
generateRailsManifest: options.generateRailsManifest,
description: options.description

@@ -26,0 +26,0 @@ });

{
"name": "broccoli-asset-rev",
"version": "0.0.7",
"version": "0.0.8",
"description": "broccoli asset revisions (fingerprint)",

@@ -5,0 +5,0 @@ "main": "lib/asset-rev.js",

@@ -44,2 +44,3 @@ #broccoli-asset-rev

- `prependPath` - Default: `''` - A string to prepend to all of the assets. Useful for CDN urls like `https://subdomain.cloudfront.net/`
- `GenerateRailsManifest` - Default: none - If true, will generate a `manifest.json` to be used by Sprockets for the Rails Asset Pipeline
- `customHash` - Default: none - If defined, will be appended to filename instead of a md5 checksum.
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