broccoli-asset-rewrite
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -20,2 +20,8 @@ var Filter = require('broccoli-filter'); | ||
AssetRewrite.prototype.processAndCacheFile = function (srcDir, destDir, relativePath) { | ||
this._cache = {}; | ||
return Filter.prototype.processAndCacheFile.apply(this, arguments); | ||
}; | ||
AssetRewrite.prototype.processString = function (string) { | ||
@@ -22,0 +28,0 @@ var newString = string; |
{ | ||
"name": "broccoli-asset-rewrite", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "broccoli plugin to rewrite a source tree from an asset map.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha tests" | ||
}, | ||
@@ -28,3 +28,8 @@ "repository": { | ||
"broccoli-filter": "^0.1.6" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.20.1", | ||
"broccoli": "~0.12.3", | ||
"walk-sync": "~0.1.2" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
7621
13
95
1
3
1