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

ba64

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ba64 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "ba64",
"version": "1.1.0",
"version": "1.1.1",
"description": "A small npm module for saving base 64 encoded images to your file system.",

@@ -5,0 +5,0 @@ "main": "index.js",

# ba64
[![Build Status](https://travis-ci.org/HarryStevens/ba64.svg?branch=master)](https://travis-ci.org/HarryStevens/ba64) [![Coverage Status](https://coveralls.io/repos/github/HarryStevens/ba64/badge.svg?branch=master)](https://coveralls.io/github/HarryStevens/ba64?branch=master)
A small npm module for saving base 64 encoded images to your file system.
A small npm module for saving Base64 encoded images to your file system.

@@ -20,6 +20,6 @@ ## Installation

Returns the file extension of the base 64 encoded image.
Returns the file extension of the Base64 encoded image.
<a name="save" href="#save">#</a> ba64.<b>save</b>(<i>base64_image_string</i>, <i>path/to/file_name</i>)
Saves the base 64 encoded image to the file system. `file_name` should not include the file extension; ba64 will do that for you.
Saves the Base64 encoded image to the file system. `file_name` should not include the file extension; ba64 will do that for you.
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