@ridi/parser-core
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -77,3 +77,3 @@ 'use strict'; | ||
} | ||
_fsExtra2.default.writeFileSync(filePath, message, { flag: overwrite ? 'w' : 'a', encoding: 'binary' }); | ||
_fsExtra2.default.writeFileSync(filePath, message, { flag: overwrite ? 'w' : 'a', encoding: 'utf8' }); | ||
} |
{ | ||
"name": "@ridi/parser-core", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Utilities for parsers", | ||
@@ -28,3 +28,4 @@ "author": { | ||
"unzipper": "^0.9.10" | ||
} | ||
}, | ||
"gitHead": "743e8125cd7c9ee1a9cadf4a151c756f8ab9423d" | ||
} |
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
72785
21