diff2html
Advanced tools
Comparing version 3.4.38 to 3.4.39
{ | ||
"name": "diff2html", | ||
"version": "3.4.38", | ||
"version": "3.4.39", | ||
"homepage": "https://diff2html.xyz", | ||
@@ -44,5 +44,5 @@ "description": "Fast Diff to colorized HTML", | ||
"format:fix": "yarn run prettier --write", | ||
"build": "yarn run build:css && yarn run build:templates && yarn run build:es5 && yarn run build:esm && yarn run build:bundles && yarn run build:website", | ||
"build:es5": "rm -rf lib; tsc -p tsconfig.json --outDir lib", | ||
"build:esm": "rm -rf lib-esm; tsc -p tsconfig.json -m es6 --outDir lib-esm", | ||
"build": "yarn run build:css && yarn run build:templates && yarn run build:commonjs && yarn run build:esm && yarn run build:bundles && yarn run build:website", | ||
"build:commonjs": "rm -rf lib; tsc -p tsconfig.json --outDir lib", | ||
"build:esm": "rm -rf lib-esm; tsc -p tsconfig.json -m ESNext --outDir lib-esm", | ||
"build:bundles": "rm -rf ./bundles/js; webpack --mode production --config webpack.bundles.ts", | ||
@@ -154,3 +154,4 @@ "build:css": "rm -rf ./bundles/css; postcss --config ./postcss.config.js --no-map -o ./bundles/css/diff2html.min.css ./src/ui/css/diff2html.css", | ||
"terser": ">=5.14.2", | ||
"semver-regex": ">=4.0.5" | ||
"semver-regex": ">=4.0.5", | ||
"http-cache-semantics": ">=4.1.1" | ||
}, | ||
@@ -157,0 +158,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1956557
174
5294