broccoli-asset-rev
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -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' );` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19111
8
337
91
0
6
2
+ Addedasync@2.6.4(transitive)
+ Addedasync-disk-cache@1.3.5(transitive)
+ Addedasync-promise-queue@1.0.5(transitive)
+ Addedbinaryextensions@2.3.0(transitive)
+ Addedbroccoli-persistent-filter@1.4.6(transitive)
+ Addededitions@1.3.4(transitive)
+ Addedfs-tree-diff@0.5.9(transitive)
+ Addedhash-for-dep@1.5.1(transitive)
+ Addedheimdalljs@0.2.6(transitive)
+ Addedheimdalljs-logger@0.1.10(transitive)
+ Addedis-core-module@2.15.1(transitive)
+ Addedistextorbinary@2.1.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpath-posix@1.0.0(transitive)
+ Addedpath-root@0.1.1(transitive)
+ Addedpath-root-regex@0.1.2(transitive)
+ Addedresolve@1.22.8(transitive)
+ Addedresolve-package-path@1.2.7(transitive)
+ Addedrsvp@3.2.1(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedtextextensions@2.6.0(transitive)
+ Addedusername-sync@1.0.3(transitive)