grunt-iconv
Advanced tools
Comparing version
{ | ||
"name": "grunt-iconv", | ||
"description": "change file encoding", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"homepage": "https://github.com/amdgigabyte/grunt-iconv", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -18,6 +18,10 @@ /* | ||
var f_charset,t_charset; | ||
var options = this.options({ | ||
from_charset :'', | ||
to_charset : '' | ||
}); | ||
this.data.options = this.data.options || {}; | ||
f_charset = this.data.options.from_charset || 'utf8'; | ||
t_charset = this.data.options.to_charset || 'utf8'; | ||
f_charset = options.from_charset || 'utf8'; | ||
t_charset = options.to_charset || 'utf8'; | ||
@@ -24,0 +28,0 @@ this.files.forEach(function(files){ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
9714
0.13%129
2.38%0
-100%1
Infinity%