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

@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.3.6-alpha.5 to 0.3.6-alpha.6

es/composite/composite-modes.js

2

dist/composite/composite-modes.js

@@ -19,4 +19,2 @@ "use strict";

require("source-map-support/register");
function srcOver(src, dst) {

@@ -23,0 +21,0 @@ var ops = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;

@@ -10,4 +10,2 @@ "use strict";

require("source-map-support/register");
var _utils = require("@jimp/utils");

@@ -14,0 +12,0 @@

@@ -9,5 +9,2 @@ "use strict";

exports.EDGE_CROP = exports.EDGE_WRAP = exports.EDGE_EXTEND = exports.BLEND_EXCLUSION = exports.BLEND_DIFFERENCE = exports.BLEND_HARDLIGHT = exports.BLEND_LIGHTEN = exports.BLEND_DARKEN = exports.BLEND_OVERLAY = exports.BLEND_SCREEN = exports.BLEND_MULTIPLY = exports.BLEND_DESTINATION_OVER = exports.BLEND_SOURCE_OVER = exports.VERTICAL_ALIGN_BOTTOM = exports.VERTICAL_ALIGN_MIDDLE = exports.VERTICAL_ALIGN_TOP = exports.HORIZONTAL_ALIGN_RIGHT = exports.HORIZONTAL_ALIGN_CENTER = exports.HORIZONTAL_ALIGN_LEFT = exports.AUTO = void 0;
require("source-map-support/register");
// used to auto resizing etc.

@@ -14,0 +11,0 @@ var AUTO = -1; // Align modes for cover, contain, bit masks

@@ -64,4 +64,2 @@ "use strict";

require("source-map-support/register");
var _fs = _interopRequireDefault(require("fs"));

@@ -68,0 +66,0 @@

"use strict";
require("source-map-support/register");
/*

@@ -6,0 +4,0 @@ Copyright (c) 2011 Elliot Shepherd

"use strict";
require("source-map-support/register");
/* global XMLHttpRequest */

@@ -6,0 +4,0 @@ if (process.browser || process.env.ENVIRONMENT === 'BROWSER' || typeof process.versions.electron !== 'undefined' && process.type === 'renderer' && typeof XMLHttpRequest === 'function') {

@@ -12,4 +12,2 @@ "use strict";

require("source-map-support/register");
var _fileType = _interopRequireDefault(require("file-type"));

@@ -16,0 +14,0 @@

@@ -24,4 +24,2 @@ "use strict";

require("source-map-support/register");
var mimeTypes = {};

@@ -28,0 +26,0 @@

@@ -14,4 +14,2 @@ "use strict";

require("source-map-support/register");
var promisify = function promisify(fun, ctx) {

@@ -18,0 +16,0 @@ for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {

{
"name": "@jimp/core",
"version": "0.3.6-alpha.5",
"version": "0.3.6-alpha.6",
"description": "Jimp core",

@@ -36,3 +36,3 @@ "main": "dist/index.js",

"dependencies": {
"@jimp/utils": "^0.3.6-alpha.5",
"@jimp/utils": "^0.3.6-alpha.6",
"any-base": "^1.1.0",

@@ -54,3 +54,4 @@ "buffer": "^5.2.0",

"access": "public"
}
},
"gitHead": "c432eb631a023bf80d5457ef4673cb308d14ce59"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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