Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "fast-jpeg", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "JPEG image decoder written entirely in JavaScript", | ||
"main": "src/index.js", | ||
"main": "lib/index.js", | ||
"module": "lib-esm/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"src" | ||
"src", | ||
"lib-esm", | ||
"lib" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"check-types": "tsc --noEmit", | ||
"clean": "rimraf lib lib-esm", | ||
"eslint": "eslint src", | ||
"eslint-fix": "npm run eslint -- --fix", | ||
"prepack": "npm run tsc", | ||
"prettier": "prettier --check src", | ||
"prettier-write": "prettier --write src", | ||
"test": "npm run test-only && npm run eslint && npm run prettier && npm run check-types", | ||
"test-only": "jest --coverage", | ||
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm", | ||
"tsc-cjs": "tsc --project tsconfig.cjs.json", | ||
"tsc-esm": "tsc --project tsconfig.esm.json" | ||
}, | ||
@@ -20,9 +35,30 @@ "repository": { | ||
"bugs": { | ||
"url": "https://github.com/image-js/jpeg-js/issues" | ||
"url": "https://github.com/image-js/fast-jpeg/issues" | ||
}, | ||
"homepage": "https://github.com/image-js/jpeg-js#readme", | ||
"homepage": "https://github.com/image-js/fast-jpeg#readme", | ||
"dependencies": { | ||
"iobuffer": "^2.1.0", | ||
"tiff": "^2.0.0" | ||
"iobuffer": "^5.3.2", | ||
"tiff": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.1", | ||
"eslint": "^8.41.0", | ||
"eslint-config-cheminfo-typescript": "^11.3.1", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^5.0.4" | ||
}, | ||
"prettier": { | ||
"arrowParens": "always", | ||
"semi": true, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"trailingComma": "all" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
"testEnvironment": "node" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# jpeg-js | ||
# fast-jpeg | ||
@@ -3,0 +3,0 @@ [![NPM version][npm-image]][npm-url] |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
10083
15
123
0
8
2
+ Addediobuffer@5.3.2(transitive)
+ Addedpako@2.1.0(transitive)
+ Addedtiff@5.0.3(transitive)
- Removediobuffer@2.1.0(transitive)
- Removedtiff@2.1.0(transitive)
Updatediobuffer@^5.3.2
Updatedtiff@^5.0.3