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

broccoli-asset-rev

Package Overview
Dependencies
Maintainers
5
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 2.6.0 to 2.7.0

lib/fastboot-manifest-rewrite.js

9

index.js

@@ -40,3 +40,8 @@ var path = require('path');

},
treeFor: function() {}
}
treeFor: function() {},
// ember-cli-fastboot uses the presence of this flag to give a
// helpful error if you're using an older version of this addon that
// doesn't know how to rewrite the fastboot manifest.
supportsFastboot: true
};
var defaults = require('./default-options');
var Fingerprint = require('./fingerprint');
var UseRev = require('broccoli-asset-rewrite');
var FastbootManifestRewrite = require('./fastboot-manifest-rewrite');

@@ -40,5 +41,5 @@ function AssetRev(inputTree, options) {

return assetRewrite2;
return new FastbootManifestRewrite(assetRewrite2, this.assetMap);
}
module.exports = AssetRev;
{
"name": "broccoli-asset-rev",
"version": "2.6.0",
"version": "2.7.0",
"description": "broccoli asset revisions (fingerprint)",

@@ -40,2 +40,3 @@ "main": "lib/asset-rev.js",

"broccoli-filter": "^1.2.2",
"broccoli-persistent-filter": "^1.4.3",
"json-stable-stringify": "^1.0.0",

@@ -42,0 +43,0 @@ "minimatch": "^3.0.4",

@@ -1,2 +0,2 @@

#broccoli-asset-rev
# broccoli-asset-rev

@@ -67,2 +67,3 @@ [![Build Status](https://circleci.com/gh/rickharrison/broccoli-asset-rev.svg?style=shield)](https://circleci.com/gh/rickharrison/broccoli-asset-rev)

## Default settings
The default [settings](https://github.com/rickharrison/broccoli-asset-rev/blob/master/lib/default-options.js) are available if needed in your application or addon via:

@@ -69,0 +70,0 @@ `var broccoliAssetRevDefaults = require( 'broccoli-asset-rev/lib/default-options' );`

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