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

image-contrast

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-contrast - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

.nvmrc

25

package.json
{
"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"
}
}

3

README.md

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

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