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

glitch-jpg

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glitch-jpg - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

5

index.js

@@ -5,4 +5,5 @@ var fs = require('fs')

for (i = 400; i < buf.length - 1; i++) {
if (i % 3 === 2 && buf[i] > 1) {
buf[i] = rng(1,255)
if (buf[i] > 1) {
// over 254 and things do not work.
buf[i] = rng(1,254)
}

@@ -9,0 +10,0 @@ }

2

package.json
{
"name": "glitch-jpg",
"version": "1.0.0",
"version": "1.0.1",
"description": "Dead simple jpg glitching",

@@ -5,0 +5,0 @@ "main": "index.js",

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