Socket
Socket
Sign inDemoInstall

image-filter-sepia

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

.nvmrc

22

package.json
{
"name": "image-filter-sepia",
"version": "0.0.2",
"version": "0.0.3",
"description": "Small library to apply a sepia filter to a image",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"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,19 @@ },

"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"http-server": "^0.9.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",
"watchify": "^3.7.0"
}
}

@@ -0,1 +1,4 @@

![build status](https://travis-ci.org/canastro/image-filter-sepia.svg?branch=master)
[![npm version](https://badge.fury.io/js/image-filter-sepia.svg)](https://badge.fury.io/js/image-filter-sepia)
# image-sepia

@@ -2,0 +5,0 @@

2

sandbox/sandbox.js

@@ -1,2 +0,2 @@

var imageFilterSepia = require('../index');
var imageFilterSepia = 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc