Socket
Socket
Sign inDemoInstall

@jimp/core

Package Overview
Dependencies
Maintainers
2
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/core - npm Package Compare versions

Comparing version 0.8.1-canary.786.262.0 to 0.8.1-canary.791.276.0

index.d.ts

8

dist/utils/image-bitmap.js

@@ -77,3 +77,3 @@ "use strict";

// Mirror horizontal and rotate 270 CW
img.rotate(-90, false).mirror(true, false);
img.rotate(-90).mirror(true, false);
break;

@@ -83,3 +83,3 @@

// Rotate 90 CW
img.rotate(-90, false);
img.rotate(-90);
break;

@@ -89,3 +89,3 @@

// Mirror horizontal and rotate 90 CW
img.rotate(90, false).mirror(true, false);
img.rotate(90).mirror(true, false);
break;

@@ -95,3 +95,3 @@

// Rotate 270 CW
img.rotate(-270, false);
img.rotate(-270);
break;

@@ -98,0 +98,0 @@

@@ -57,3 +57,3 @@ import fileType from 'file-type';

// Mirror horizontal and rotate 270 CW
img.rotate(-90, false).mirror(true, false);
img.rotate(-90).mirror(true, false);
break;

@@ -63,3 +63,3 @@

// Rotate 90 CW
img.rotate(-90, false);
img.rotate(-90);
break;

@@ -69,3 +69,3 @@

// Mirror horizontal and rotate 90 CW
img.rotate(90, false).mirror(true, false);
img.rotate(90).mirror(true, false);
break;

@@ -75,3 +75,3 @@

// Rotate 270 CW
img.rotate(-270, false);
img.rotate(-270);
break;

@@ -78,0 +78,0 @@

{
"name": "@jimp/core",
"version": "0.8.1-canary.786.262.0",
"version": "0.8.1-canary.791.276.0",
"description": "Jimp core",
"main": "dist/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"types": "index.d.ts",
"files": [

@@ -36,3 +36,3 @@ "dist",

"dependencies": {
"@jimp/utils": "0.8.1-canary.786.262.0",
"@jimp/utils": "0.8.1-canary.791.276.0",
"any-base": "^1.1.0",

@@ -56,3 +56,3 @@ "buffer": "^5.2.0",

},
"gitHead": "b0d5448f47e49a8ee4992dc53166a8ee32c8ee19"
"gitHead": "10c0813de0db0d8460b082ac9944d638a8c387fc"
}

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