@jimp/jpeg
Advanced tools
Comparing version 0.3.9 to 0.4.0
{ | ||
"name": "@jimp/jpeg", | ||
"version": "0.3.9", | ||
"version": "0.4.0", | ||
"description": "Default Jimp jpeg encoder/decoder.", | ||
@@ -8,2 +8,5 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "cross-env BABEL_ENV=test mocha --require @babel/register", | ||
"test:watch": "npm run test -- --reporter min --watch", | ||
"test:coverage": "nyc npm run test", | ||
"build": "npm run build:node:production && npm run build:module", | ||
@@ -20,3 +23,3 @@ "build:watch": "npm run build:node:debug -- -- --watch --verbose", | ||
"dependencies": { | ||
"@jimp/utils": "^0.3.9", | ||
"@jimp/utils": "^0.4.0", | ||
"core-js": "^2.5.7", | ||
@@ -28,6 +31,10 @@ "jpeg-js": "^0.3.4" | ||
}, | ||
"devDependencies": { | ||
"@jimp/custom": "^0.4.0", | ||
"@jimp/test-utils": "^0.4.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "cc0669daf5b35d7bb0cb9d2a07a3ab4215bbed79" | ||
"gitHead": "4daa956fce81c656ffa10d814a08412ef09b7e69" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160322
11
165
2
+ Added@jimp/utils@0.4.0(transitive)
- Removed@jimp/utils@0.3.9(transitive)
Updated@jimp/utils@^0.4.0