Comparing version 0.0.1 to 0.1.0
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib/main'); | ||
module.exports = require('./src/'); |
{ | ||
"name": "impro", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Image processing engine", | ||
"author": "Andreas Lind <andreas@one.com>", | ||
"author": "Andreas Lind <andreaslindpetersen@gmail.com>", | ||
"main": "index.js", | ||
@@ -16,45 +16,36 @@ "repository": "papandreou/impro", | ||
"scripts": { | ||
"coverage": "nyc --reporter=lcov -- npm test && echo Coverage Report written to coverage/lcov-repot/index.html", | ||
"coverage": "nyc --reporter=lcov --reporter=text -- npm test && echo Coverage Report written to coverage/lcov-report/index.html", | ||
"test": "mocha", | ||
"lint": "eslint .", | ||
"build": "babel src --out-dir lib --source-maps inline", | ||
"lint": "eslint . && prettier --check '**/*.js'", | ||
"clean": "rm -rf lib coverage .nyc_output", | ||
"clean:build": "rm -rf lib", | ||
"prepublish": "(in-publish && npm run build && npm run prepareIndex) 2> /dev/null || exit 0", | ||
"postpublish": "(in-publish && npm run clean:build && npm run restoreIndex) 2> /dev/null || exit 0", | ||
"prepareIndex": "mv index.js index.js.tmp && (echo \"module.exports = require('./lib/main');\" > index.js)", | ||
"restoreIndex": "rm index.js && mv index.js.tmp index.js", | ||
"travis": "npm test && npm run lint && npm run coverage && (<coverage/lcov.info coveralls || true)" | ||
"travis": "npm run lint && npm run coverage" | ||
}, | ||
"devDependencies": { | ||
"animated-gif-detector": "1.1.7", | ||
"babel-cli": "6.6.5", | ||
"babel-core": "6.7.2", | ||
"babel-eslint": "6.0.0-beta.6", | ||
"babel-plugin-add-module-exports": "0.1.2", | ||
"babel-plugin-transform-async-functions": "6.5.0", | ||
"babel-plugin-transform-regenerator": "6.6.5", | ||
"babel-plugin-transform-runtime": "6.6.0", | ||
"babel-polyfill": "6.7.2", | ||
"babel-preset-es2015": "6.6.0", | ||
"coveralls": "2.11.9", | ||
"eslint": "2.4.0", | ||
"eslint-config-onelint": "1.0.2", | ||
"gifsicle-stream": "0.2.0", | ||
"gm": "1.23.0", | ||
"in-publish": "2.0.0", | ||
"coveralls": "^3.0.6", | ||
"eslint": "^6.3.0", | ||
"eslint-config-prettier": "^6.2.0", | ||
"eslint-config-pretty-standard": "^3.0.1", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-node": "^9.2.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"gifsicle-stream": "1.0.0", | ||
"gm": "1.23.1", | ||
"inkscape": "1.1.0", | ||
"jpegtran": "1.0.4", | ||
"jsdom": "github:papandreou/jsdom#4a83791ba9d20b243723ae5cb50571b302e294ec", | ||
"jpegtran": "1.0.6", | ||
"jsdom": "^15.1.1", | ||
"memoizesync": "0.5.0", | ||
"mocha": "3.2.0", | ||
"nyc": "10.1.2", | ||
"optipng": "1.0.0", | ||
"sharp": "0.17.1", | ||
"mocha": "6.2.0", | ||
"nyc": "^14.1.1", | ||
"optipng": "2.1.0", | ||
"prettier": "^1.18.2", | ||
"sharp": "0.23.0", | ||
"sinon": "1.17.7", | ||
"svgfilter": "1.2.0", | ||
"unexpected": "10.22.2", | ||
"unexpected-dom": "3.1.1", | ||
"unexpected-image": "2.0.0", | ||
"unexpected-resemble": "3.1.0", | ||
"svgfilter": "3.0.0", | ||
"unexpected": "10.40.2", | ||
"unexpected-dom": "4.13.1", | ||
"unexpected-image": "3.1.0", | ||
"unexpected-resemble": "4.2.0", | ||
"unexpected-sinon": "10.6.0", | ||
@@ -64,3 +55,2 @@ "unexpected-stream": "2.0.4" | ||
"dependencies": { | ||
"babel-runtime": "^5.0.0", | ||
"combine-stream": "0.0.4", | ||
@@ -70,6 +60,6 @@ "createerror": "1.1.0", | ||
"icc": "0.0.2", | ||
"lodash": "4.6.1", | ||
"mime": "1.3.4", | ||
"lodash": "^4.17.15", | ||
"mime": "^1.6.0", | ||
"require-or": "0.0.2" | ||
} | ||
} |
@@ -0,3 +1,4 @@ | ||
/* globals svgFilter:false */ | ||
var bogus = document.createElement('bogus'); | ||
bogus.setAttribute('id', svgFilter.bogusElementId || 'blablaf'); | ||
document.documentElement.appendChild(bogus); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
7
29
1
397208
17
5
3
+ Addedlodash@4.17.21(transitive)
+ Addedmime@1.6.0(transitive)
- Removedbabel-runtime@^5.0.0
- Removedbabel-runtime@5.8.38(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedlodash@4.6.1(transitive)
- Removedmime@1.3.4(transitive)
Updatedlodash@^4.17.15
Updatedmime@^1.6.0