New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jimp/plugin-crop

Package Overview
Dependencies
Maintainers
2
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-crop - npm Package Compare versions

Comparing version 0.8.6-canary.810.481.0 to 0.8.6-canary.815.488.0

13

dist/index.js
"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

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