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.3.1 to 0.3.2

fonts/open-sans/Apache License.txt

8

browser/README.md

@@ -62,12 +62,4 @@ # Jimp ... in a browser

## CDN
CDN access to the minified library is available through the [RawGit CDN](https://rawgit.com/):
```html
<script src="https://cdn.rawgit.com/oliver-moran/jimp/0.3.1/browser/lib/jimp.min.js"></script>
```
## License
Jimp is licensed under the MIT license.

2

dist/main/constants.js

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

if ("production" === 'test' && undefined === 'browser') {
return 'http://localhost:9877/base/test/';
return 'http://localhost:9876/base/test/';
}

@@ -76,0 +76,0 @@

@@ -41,3 +41,3 @@ // used to auto resizing etc.

if ("module" === 'test' && undefined === 'browser') {
return 'http://localhost:9877/base/test/';
return 'http://localhost:9876/base/test/';
}

@@ -44,0 +44,0 @@

{
"name": "jimp",
"version": "0.3.1",
"version": "0.3.2",
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",

@@ -13,3 +13,4 @@ "main": "./dist/main/jimp.js",

"es",
"jimp.d.ts"
"jimp.d.ts",
"fonts"
],

@@ -16,0 +17,0 @@ "repository": {

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

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