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

images

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

images - npm Package Compare versions

Comparing version 3.0.2 to 3.2.0

.vscode/c_cpp_properties.json

4

index.js

@@ -32,3 +32,3 @@ /*

path = require("path"),
_images = require("./scripts/util/binding.js")(),
_images = require("./scripts/binding.js")(),
_Image = _images.Image,

@@ -55,2 +55,4 @@ slice = Array.prototype.slice,

loadFromBuffer: function(buffer, start, end) {
start = start || 0;
end = end || buffer.length;
this._handle.loadFromBuffer(buffer, start, end);

@@ -57,0 +59,0 @@ },

{
"name": "images",
"version": "3.0.2",
"version": "3.2.0",
"description": "Cross-platform image decoder(webp/png/jpeg/gif) and encoder(webp/png/jpeg) for Node.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "node test.js",

@@ -21,11 +21,22 @@ ![images logo](https://raw.github.com/zhangyuanwei/node-images/master/demo/logo.png)

==========
## Support 支持情况
if node >= 10.x, please install images@latest
| Platform | Architecture | Node Version |
|:------|:-------------|:------------|
| Windows | x86 & x64 | 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8 |
| Windows | x64 |8, 9, 10, 11, 12|
| OSX | X64 | 8, 9, 10, 11, 12|
| Linux* | x64 |8, 9, 10, 11, 12|
- The 32-bit system is not supported for the time being.
if node <= 9.x, please install images@3.1.1
| Platform | Architecture | Node Version |
|:------|:-------------|:------------|
| Windows | x86 & x64 | 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8, 10|
| OSX | X64| 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8, 9, 10|
| Linux* | x86 & x64 | 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8 |
| Linux* | x86 & x64 | 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8, 10|

@@ -32,0 +43,0 @@ ## Features 功能特性

Sorry, the diff of this file is not supported yet

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