@skipper-dev/essentials
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -9,4 +9,11 @@ module.exports = { | ||
} | ||
}, | ||
encodeBase64(input) { | ||
try { | ||
var decoded = new Buffer(input).toString('base64') | ||
return decoded | ||
} catch (err) { | ||
throw new error(err) | ||
} | ||
} | ||
} |
{ | ||
"name": "@skipper-dev/essentials", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A essentials module with every important feature the npm community features and some more. Basicially just a big chunk of utils", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1086
17
0