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.9 to 0.0.10

3

lib/cleanCSS.js

@@ -325,2 +325,3 @@ /*prettydiff.com api.topcoms:true,api.insize:4,api.inchar:" " */

p = 0;
g = -1;
for (e = 0; e < f; e += 1) {

@@ -357,3 +358,3 @@ if (c[e - 1] && c[e - 1][0] === c[e][0] && /\-[a-z]/.test(c[e - 1][1]) === false) {

g = e;
if (c[g][0].indexOf("-") !== -1) {
if (c[g][0].indexOf("-") !== -1 && c[g][0] !== "list-style") {
c[g][0] = c[g][0].substring(0, c[g][0].lastIndexOf("-"));

@@ -360,0 +361,0 @@ }

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

p = 0;
g = -1;
for (e = 0; e < f; e += 1) {

@@ -354,3 +355,3 @@ if (typeof c[e - 1] !== "undefined" && c[e - 1][0] === c[e][0] && /\-[a-z]/.test(c[e - 1][1]) === false) {

g = e;
if (c[g][0].indexOf("-") !== -1) {
if (c[g][0].indexOf("-") !== -1 && c[g][0] !== "list-style") {
c[g][0] = c[g][0].substring(0, c[g][0].lastIndexOf("-"));

@@ -357,0 +358,0 @@ }

{
"name": "prettydiff",
"author": "Austin Cheney <austin.cheney@us.army.mil> (http://prettydiff.com/)",
"version": "0.0.9",
"version": "0.0.10",
"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