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

touchup

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

touchup - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

touchup.js

2

demo.js

@@ -25,2 +25,4 @@ 'use strict';

showImage(touchup.scale(imageElement, 3.0, 0.5), 'scale(3,0.5)');
showImage(touchup.recolor(imageElement, 0x674829ff, 0x00ff00ff), 'recolor');
showImage(touchup.recolor(imageElement, 0xad7c4aff, 0x0000ffff), 'recolor');
showImage(touchup.repeat(imageElement, 7, 9), 'repeat(7,9)',

@@ -27,0 +29,0 @@ function(repImage) {

9

package.json
{
"name": "touchup",
"description": "quick & dirty image manipulation using HTML5 canvas",
"version": "0.1.2",
"version": "1.0.0",
"main": "touchup.js",
"repository": {

@@ -20,3 +21,7 @@ "type": "git",

},
"license": "MIT"
"license": "MIT",
"devDependencies": {
"beefy": "^2.1.6",
"browserify": "^13.0.1"
}
}
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