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

jimp

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jimp - npm Package Compare versions

Comparing version 0.8.5-canary.b147e81.0 to 0.8.5

12

dist/index.js

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

});
exports.default = void 0;
exports["default"] = void 0;

@@ -17,11 +17,11 @@ var _custom = _interopRequireDefault(require("@jimp/custom"));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var _default = (0, _custom.default)({
types: [_types.default],
plugins: [_plugins.default]
var _default = (0, _custom["default"])({
types: [_types["default"]],
plugins: [_plugins["default"]]
});
exports.default = _default;
exports["default"] = _default;
module.exports = exports.default;
//# sourceMappingURL=index.js.map
{
"name": "jimp",
"version": "0.8.5-canary.b147e81.0",
"version": "0.8.5",
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies)",

@@ -62,5 +62,5 @@ "main": "dist/index.js",

"dependencies": {
"@jimp/custom": "0.8.5-canary.b147e81.0",
"@jimp/plugins": "0.8.5-canary.b147e81.0",
"@jimp/types": "0.8.5-canary.b147e81.0",
"@jimp/custom": "^0.8.5",
"@jimp/plugins": "^0.8.5",
"@jimp/types": "^0.8.5",
"core-js": "^2.5.7",

@@ -76,3 +76,3 @@ "regenerator-runtime": "^0.13.3"

"@babel/register": "^7.6.0",
"@jimp/test-utils": "0.8.5-canary.b147e81.0",
"@jimp/test-utils": "^0.8.5",
"auto": "^7.6.0",

@@ -123,3 +123,3 @@ "babel-eslint": "^10.0.3",

},
"gitHead": "b147e810972b2bba9bea4a132c3026ca119832e7"
"gitHead": "60b635dd77b6ea900043d81d09a12ff82fd14fd0"
}

@@ -66,4 +66,8 @@ <div align="center">

**Note**: This change in import does not change the runtime behavior of your code at all.
This requires setting the `allowSyntheticDefaultImports` compiler option to `true` in your `tsconfig`
**Note 1**: `esModuleInterop` implicitly sets `allowSyntheticDefaultImports` to `true`
**Note 2**: `allowSyntheticDefaultImports` nor `esModuleInterop` change the runtime behavior of your code at all. They are just flags that tells TypeScript you need the compatibility they offer.
## Module Build

@@ -70,0 +74,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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