@jimp/plugin-crop
Advanced tools
Comparing version 0.8.6-canary.810.481.0 to 0.8.6-canary.815.488.0
"use strict"; | ||
require("core-js/modules/es6.object.define-property"); | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
require("core-js/modules/es.array.slice"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -10,10 +12,7 @@ value: true | ||
require("core-js/modules/es7.symbol.async-iterator"); | ||
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof")); | ||
require("core-js/modules/es6.symbol"); | ||
var _utils = require("@jimp/utils"); | ||
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
/* eslint-disable no-labels */ | ||
function pluginCrop(event) { | ||
@@ -110,3 +109,3 @@ /** | ||
if (_typeof(args[a]) === 'object') { | ||
if ((0, _typeof2["default"])(args[a]) === 'object') { | ||
// config object passed | ||
@@ -113,0 +112,0 @@ var config = args[a]; |
@@ -1,2 +0,2 @@ | ||
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
import _typeof from "@babel/runtime/helpers/typeof"; | ||
@@ -3,0 +3,0 @@ /* eslint-disable no-labels */ |
{ | ||
"name": "@jimp/plugin-crop", | ||
"version": "0.8.6-canary.810.481.0", | ||
"version": "0.8.6-canary.815.488.0", | ||
"description": "crop an image.", | ||
@@ -23,8 +23,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@jimp/utils": "0.8.6-canary.810.481.0", | ||
"core-js": "^2.5.7" | ||
"@babel/runtime": "^7.7.2", | ||
"@jimp/utils": "0.8.6-canary.815.488.0", | ||
"core-js": "^3.4.1" | ||
}, | ||
"devDependencies": { | ||
"@jimp/custom": "0.8.6-canary.810.481.0", | ||
"@jimp/test-utils": "0.8.6-canary.810.481.0" | ||
"@jimp/custom": "0.8.6-canary.815.488.0", | ||
"@jimp/test-utils": "0.8.6-canary.815.488.0" | ||
}, | ||
@@ -37,3 +38,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "941ed08d9215f928708b7ab6a9a942a2fc5995df" | ||
"gitHead": "3260b0cc7bddc7360f70248e28fdd815b7d17c8c" | ||
} |
Sorry, the diff of this file is not supported yet
80565
4
1043
+ Added@babel/runtime@^7.7.2
+ Added@babel/runtime@7.26.7(transitive)
+ Added@jimp/utils@0.8.6-canary.815.488.0(transitive)
+ Addedcore-js@3.40.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@jimp/utils@0.8.6-canary.810.481.0(transitive)
- Removedcore-js@2.6.12(transitive)
Updatedcore-js@^3.4.1