broccoli-asset-rewrite
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -100,3 +100,3 @@ var Filter = require('broccoli-filter'); | ||
* [^"\'()=]* - Do not match any of ^"'()= 0 or more times | ||
* [^"\'()\\>=]* - Do not match any of ^"'()\>= 0 or more times - Explicitly add \ here because of handlebars compilation | ||
* [^"\n\'()\\>=]* - Do not match any of ^"\n'()\>= 0 or more times - Explicitly add \ here because of handlebars compilation | ||
* ) - End first capture group | ||
@@ -107,7 +107,8 @@ * (\\?[^"\')> ]*)? - Allow for query parameters to be present after the URL of an asset | ||
* \\s* - Any amount of white space | ||
* ["\')> ] - Match one of "'( > exactly one time | ||
* ["\')>\s] - Match one of "'(\n> exactly one time | ||
*/ | ||
var re = new RegExp('["\'(=]\\s*([^"\'()=]*' + escapeRegExp(assetPath) + '[^"\'()\\>=]*)(\\?[^"\')> ]*)?\\s*\\\\*\\s*["\')> ]', 'g'); | ||
var re = new RegExp('["\'(=]\\s*([^"\'()=]*' + escapeRegExp(assetPath) + '[^"\n\'()\\>=]*)(\\?[^"\')> ]*)?\\s*\\\\*\\s*["\')>\s]', 'g'); | ||
var match = null; | ||
/* | ||
@@ -114,0 +115,0 @@ * This is to ignore matches that should not be changed |
{ | ||
"name": "broccoli-asset-rewrite", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "broccoli plugin to rewrite a source tree from an asset map.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
#broccoli-asset-rewrite | ||
# broccoli-asset-rewrite | ||
@@ -3,0 +3,0 @@ [![CircleCI](https://img.shields.io/circleci/project/rickharrison/broccoli-asset-rewrite.svg)](https://circleci.com/gh/rickharrison/broccoli-asset-rewrite) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
10352
4
154
1