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

to-uint8

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

to-uint8 - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

5

package.json
{
"name": "to-uint8",
"version": "1.3.1",
"version": "1.3.2",
"description": "Convert data to Uint8Array",

@@ -31,4 +31,5 @@ "main": "index.js",

"is-float-array": "^1.0.0",
"to-array-buffer": "^3.0.0"
"to-array-buffer": "^3.0.0",
"to-base64": "^1.0.1"
}
}

2

readme.md

@@ -1,2 +0,2 @@

# to-uint8 [![unstable](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges)
# to-uint8 [![unstable](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges) [![Build Status](https://travis-ci.org/dy/to-uint8.svg?branch=master)](https://travis-ci.org/dy/to-uint8)

@@ -3,0 +3,0 @@ Convert input array to uint8 array, detecting floats if required. Useful to ensure that an input array contains pixels/colors.

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