New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@skipper-dev/essentials

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skipper-dev/essentials - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

main.js
module.exports = {
decodeBase64(input) {
if (!input) return Error('You need to specify a base64 string to decode.')
encodeBase64(input) {
if (!input) return Error('You need to specify a string to decode.')
try {

@@ -18,3 +18,3 @@ input = input.toString()

},
encodeBase64(input) {
decodeBase64(input) {
if (!input) return Error('You need to specify a base64 string to decode.')

@@ -21,0 +21,0 @@ if (typeof (input) != 'string') return Error('You have to provide a input type of string, recieved type ' + typeof(input))

{
"name": "@skipper-dev/essentials",
"version": "1.0.5",
"version": "1.0.6",
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc