Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mimefuncs

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mimefuncs - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

2

package.json
{
"name": "mimefuncs",
"description": "Encode and decode quoted printable and base64 strings",
"version": "0.3.4",
"version": "0.3.5",
"main": "src/mimefuncs",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/whiteout-io/mimefuncs",

@@ -25,3 +25,3 @@ // Copyright (c) 2013 Andris Reinman

if (typeof define === 'function' && define.amd) {
define(['wo-stringencoding'], function(encoding) {
define(['stringencoding'], function(encoding) {
return factory(encoding.TextEncoder, encoding.TextDecoder, root.btoa);

@@ -28,0 +28,0 @@ });

@@ -8,3 +8,3 @@ 'use strict';

'chai': '../node_modules/chai/chai',
'wo-stringencoding': '../node_modules/wo-stringencoding/dist/stringencoding'
'stringencoding': '../node_modules/wo-stringencoding/dist/stringencoding'
}

@@ -11,0 +11,0 @@ });

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