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

6px

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

6px - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

6

package.json
{
"name": "6px",
"version": "0.0.14",
"version": "0.0.15",
"description": "Node.js module for 6px",

@@ -17,3 +17,5 @@ "main": "index.js",

"manipulation",
"saas"
"processing",
"saas",
"paas"
],

@@ -20,0 +22,0 @@ "author": "6px.io",

@@ -1,7 +0,14 @@

NodeJS 6px SDK
============
Node.js module for 6px
======================
Wrapper to the 6px image processing API. Includes methods to make the process of sending over jobs easier.
Node.js module for interacting with the [6px API](http://6px.io). This module includes methods to make the process of sending images to 6px for processing easier.
More examples can be found in the examples directory, but here's a sample of adding a watermark to an image.
## Getting Started
Install the NPM package:
```bash
$ npm install 6px
```
More examples can be found in the examples directory, but here's a sample of adding a watermark to an image:
```javascript

@@ -8,0 +15,0 @@ var px = require('6px')({

Sorry, the diff of this file is not supported yet

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