retire.js icon indicating copy to clipboard operation
retire.js copied to clipboard

Dojo filecontentreplace signature for the compress library version

Open h3xstream opened this issue 10 years ago • 1 comments

The Dojo "filecontentreplace" signature is very close to match the official compress lib:

Signature "filecontentreplace" : [ "/dojo.version=\\{major:([0-9]+),minor:([0-9]+),patch:([0-9]+)/$1.$2.$3/"], [Ref]

Content from the compress lib h.version={major:1,minor:10,patch:1 [Ref]

I suggest removing the dojo keyword and leaving .version[...]. I'm not sure about the risk of false positive by loosing this one up.

h3xstream avatar Nov 30 '14 17:11 h3xstream

I'm worried it might match another library... Hmm...

eoftedal avatar Dec 09 '14 21:12 eoftedal