image-contrast
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "image-contrast", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Small library to apply a contrast transformation to a image", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "browserify sandbox/sandbox.js > sandbox/bundle.js", | ||
"serve": "http-server sandbox" | ||
"build": "browserify sandbox/sandbox.js > sandbox/bundle.js", | ||
"test": "./node_modules/.bin/karma start", | ||
"codecov": "cat coverage/*/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js", | ||
"serve": "http-server sandbox" | ||
}, | ||
@@ -31,5 +33,18 @@ "author": "Ricardo Canastro", | ||
"devDependencies": { | ||
"browserify": "^13.0.0", | ||
"http-server": "^0.9.0" | ||
"brfs": "^1.4.3", | ||
"browserify": "^13.0.0", | ||
"browserify-istanbul": "^1.0.0", | ||
"chai": "^3.5.0", | ||
"codecov.io": "^0.1.6", | ||
"http-server": "^0.9.0", | ||
"karma": "^0.13.22", | ||
"karma-browserify": "^5.0.2", | ||
"karma-coverage": "^0.5.5", | ||
"karma-mocha": "^0.2.2", | ||
"karma-mocha-reporter": "^2.0.0", | ||
"karma-phantomjs-launcher": "^1.0.0", | ||
"mocha": "^2.4.5", | ||
"phantomjs-prebuilt": "^2.1.5", | ||
"sinon": "^1.17.3" | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
![build status](https://travis-ci.org/canastro/image-contrast.svg?branch=master) | ||
[![npm version](https://badge.fury.io/js/image-contrast.svg)](https://badge.fury.io/js/image-contrast) | ||
# image-contrast | ||
@@ -2,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
var imageContrast = require('../index'); | ||
var imageContrast = require('../src/index'); | ||
@@ -3,0 +3,0 @@ function applyResults(selector, src) { |
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
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
62918
13
273
62
15
1