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

oenyi

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oenyi - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/oenyi.js

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

var gm = require('gm');
var gm = require('gm').subClass({ imageMagick: true });
var nimble = require('nimble');

@@ -3,0 +3,0 @@ var deepcopy = require('deepcopy');

{
"name": "oenyi",
"description": "A wrapper for image processing commands that provides a chainable API with asynchronous pipeline of commands.",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [

@@ -6,0 +6,0 @@ "image",

@@ -16,3 +16,16 @@ # Oenyi

You need to install imagemagick since this library depends on it.
**OSX**
```bash
$ brew install imagemagick
```
**Ubuntu**
```bash
$ sudo apt-get install imagemagick
```
Then install the module.
```
npm install oenyi

@@ -19,0 +32,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