Socket
Socket
Sign inDemoInstall

fetch-base64

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-base64 - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

3

package.json
{
"name": "fetch-base64",
"version": "2.1.1",
"version": "2.1.2",
"description": "A node package to retrieve fetch local or remote files in base64 encoding.",

@@ -41,3 +41,2 @@ "main": "index.js",

"mocha": "^5.0.0",
"publish-please": "^3.1.1",
"sinon": "^6.1.3"

@@ -44,0 +43,0 @@ },

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

beforeEach(() => {
sandbox = sinon.sandbox.create();
sandbox = sinon.createSandbox();
});

@@ -18,0 +18,0 @@ afterEach(() => {

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