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

imagemagick-stream

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagemagick-stream - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -6,2 +6,6 @@ var spawn = require('child_process').spawn

// Node pre v0.10.0 comp.
if (!Duplex) Duplex = require('readable-stream').Duplex;
function ImageMagick (src) {

@@ -8,0 +12,0 @@ if (!(this instanceof ImageMagick))

5

package.json
{
"name": "imagemagick-stream",
"version": "0.0.1",
"version": "0.0.2",
"description": "Streaming Imagemagick api",
"keywords": ["stream", "imagemagick", "thumbnail"],
"author": "Eivind Fjeldstad",
"dependencies": {
"readable-stream": "1.0.x"
},
"repository": {

@@ -8,0 +11,0 @@ "type": "git",

@@ -6,3 +6,3 @@ # imagemagick-stream

## Use
```npm install imagemagick-stream```
$ npm install imagemagick-stream

@@ -36,2 +36,2 @@ ```js

MIT
MIT
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