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.5.3 to 0.5.4

2

dist/index.js

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

error.methodName = methodName;
this.emitErroror(methodName, error);
this.emitError(methodName, error);
}

@@ -1232,0 +1232,0 @@

@@ -1143,3 +1143,3 @@ function isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }

error.methodName = methodName;
this.emitErroror(methodName, error);
this.emitError(methodName, error);
}

@@ -1146,0 +1146,0 @@

{
"name": "@jimp/core",
"version": "0.5.3",
"version": "0.5.4",
"description": "Jimp core",

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

},
"gitHead": "762e7e5f8099996f7bfb580477e29a75694e564e"
"gitHead": "833308a04a490b760425b9caadd6409cb345a582"
}

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