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

impro

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

impro - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.prettierrc

2

index.js

@@ -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

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