Comparing version 1.0.9 to 1.0.10
@@ -285,2 +285,3 @@ 'use strict'; | ||
let tmpPath = `/tmp/stdlib-addon.tgz`; | ||
!fs.existsSync('/tmp') && fs.mkdirSync('/tmp'); | ||
fs.existsSync(tmpPath) && fs.unlinkSync(tmpPath); | ||
@@ -287,0 +288,0 @@ fs.writeFileSync(tmpPath, extPkg.files); |
{ | ||
"name": "lib", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Standard Library for Microservices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
84593
1904