mws-extract-document
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -15,5 +15,6 @@ const fs = require('fs'); | ||
if (err) reject(err) | ||
else resolve('file saved!') | ||
else resolve('file saved!'); | ||
}); | ||
}); | ||
module.exports = extractZip; |
{ | ||
"name": "mws-extract-document", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Extracting ZIP/PDF document from mws base64 string api response.", | ||
@@ -28,3 +28,4 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/yortrosal/mws-extract-document#readme" | ||
"homepage": "https://github.com/yortrosal/mws-extract-document#readme", | ||
"dependencies": {} | ||
} |
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
3414
16