Socket
Socket
Sign inDemoInstall

prettydiff

Package Overview
Dependencies
Maintainers
1
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettydiff - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

lib/fulljsmin.js

@@ -760,3 +760,3 @@ /* jsmin.js - 2006-08-31

}
if (asiflag && (((s === "]" || s === ")") && isAlphanum(a) && a !== "/") || (a === "}" && (isAlphanum(s) || s === "'" || s === "\"")))) {
if (asiflag && (((s === "]" || s === ")") && (isAlphanum(a) || a === "!") && a !== "/") || (a === "}" && (isAlphanum(s) || s === "'" || s === "\"")))) {
r.push(";");

@@ -763,0 +763,0 @@ }

{
"name": "prettydiff",
"author": "Austin Cheney <austin.cheney@us.army.mil> (http://prettydiff.com/)",
"version": "0.0.10",
"version": "0.0.11",
"description": "File comparison tool to accurately diff between file versions regardless of comments or minification to the whitespace. It can also beautify (pretty print) and minify HTML.",

@@ -6,0 +6,0 @@ "keywords": ["diff", "pretty diff", "pretty print", "pretty-print", "beautify", "minify", "xml", "html", "css", "javascript"],

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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