File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsesc" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"main" : " jsesc.js" ,
5
5
"ignore" : [
6
6
" bin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsesc" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " A JavaScript library for escaping JavaScript strings while generating the shortest possible ASCII-only output." ,
5
5
"repo" : " mathiasbynens/jsesc" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
- /*! http://mths.be/jsesc v0.4.0 by @mathias */
1
+ /*! http://mths.be/jsesc v0.4.1 by @mathias */
2
2
; ( function ( root , evil ) {
3
3
4
4
// Detect free variables `exports`
220
220
return result ;
221
221
} ;
222
222
223
- jsesc . version = '0.4.0 ' ;
223
+ jsesc . version = '0.4.1 ' ;
224
224
225
225
/*--------------------------------------------------------------------------*/
226
226
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsesc" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output." ,
5
5
"homepage" : " http://mths.be/jsesc" ,
6
6
"main" : " jsesc.js" ,
You can’t perform that action at this time.
0 commit comments