po-gettext-loader
Advanced tools
Comparing version 0.1.1 to 1.0.0
var po = require('gettext-parser').po; | ||
module.exports = function(source){ | ||
module.exports = function(source) { | ||
this.cacheable(); | ||
return JSON.stringify(po.parse(source, "utf-8")); | ||
return JSON.stringify(po.parse(source, 'utf-8')); | ||
}; |
{ | ||
"name": "po-gettext-loader", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Po files loader for webpack via gettext-parser", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"gettext-parser": "^1.2.2" | ||
"gettext-parser": "^4.0.3" | ||
}, | ||
@@ -23,3 +23,4 @@ "bugs": { | ||
"gettext" | ||
] | ||
], | ||
"devDependencies": {} | ||
} |
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
1
1028
3
+ Addedcontent-type@1.0.5(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedgettext-parser@4.2.0(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
Updatedgettext-parser@^4.0.3