Skip to content

Commit

Permalink
Add additional Handlebars detector
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Feb 6, 2024
1 parent 13a15f6 commit fbe0a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion repository/jsrepository-master.json
Original file line number Diff line number Diff line change
Expand Up @@ -2710,7 +2710,8 @@
"this.Handlebars=\\{\\};[\n\r \t]+\\(function\\([a-z]\\)\\{[a-z].VERSION=(?:'|\")(§§version§§)(?:'|\")",
"exports.HandlebarsEnvironment=[\\s\\S]{70,120}exports.VERSION=(?:'|\")(§§version§§)(?:'|\")",
"/\\*+![\\s]+(?:@license)?[\\s]+handlebars v+(§§version§§)",
"window\\.Handlebars=.,.\\.VERSION=\"(§§version§§)\""
"window\\.Handlebars=.,.\\.VERSION=\"(§§version§§)\"",
".\\.HandlebarsEnvironment=.;var .=.\\(.\\),.=.\\(.\\),.=\"(§§version§§)\";.\\.VERSION="
],
"hashes": {}
}
Expand Down
3 changes: 2 additions & 1 deletion repository/jsrepository.json
Original file line number Diff line number Diff line change
Expand Up @@ -3726,7 +3726,8 @@
"this.Handlebars=\\{\\};[\n\r \t]+\\(function\\([a-z]\\)\\{[a-z].VERSION=(?:'|\")(§§version§§)(?:'|\")",
"exports.HandlebarsEnvironment=[\\s\\S]{70,120}exports.VERSION=(?:'|\")(§§version§§)(?:'|\")",
"/\\*+![\\s]+(?:@license)?[\\s]+handlebars v+(§§version§§)",
"window\\.Handlebars=.,.\\.VERSION=\"(§§version§§)\""
"window\\.Handlebars=.,.\\.VERSION=\"(§§version§§)\"",
".\\.HandlebarsEnvironment=.;var .=.\\(.\\),.=.\\(.\\),.=\"(§§version§§)\";.\\.VERSION="
],
"hashes": {}
}
Expand Down

0 comments on commit fbe0a3a

Please sign in to comment.