documentation-website
Advanced tools
Comparing version 1.0.325 to 1.0.326
116
package.json
{ | ||
"name": "documentation-website", | ||
"version": "1.0.325", | ||
"version": "1.0.326", | ||
"description": "Declarative multilanguage documentation website generator", | ||
@@ -28,5 +28,3 @@ "keywords": [ | ||
"main": "source/index.html.ejs", | ||
"bin": { | ||
"documentation-website": "build/deploy.js" | ||
}, | ||
"bin": "build/deploy.js", | ||
"repository": { | ||
@@ -54,59 +52,60 @@ "type": "git", | ||
"test:coverage:report": "yarn clear && weboptimizer test:coverage:report", | ||
"update": "yarn version --patch", | ||
"update": "yarn version patch && yarn npm publish", | ||
"watch": "weboptimizer build --watch" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "*", | ||
"@babel/runtime": "*", | ||
"@types/archiver": "*", | ||
"@types/ejs": "*", | ||
"@types/html-minifier": "*", | ||
"@types/jquery": "*", | ||
"@types/jsdom": "*", | ||
"@types/marked": "*", | ||
"@types/node": "*", | ||
"@types/unzipper": "*", | ||
"@typescript-eslint/eslint-plugin": "*", | ||
"@typescript-eslint/parser": "*", | ||
"archiver": "*", | ||
"clientnode": "*", | ||
"css-loader": "*", | ||
"cssnano": "*", | ||
"default-gateway": "*", | ||
"errorreporter": "*", | ||
"eslint": "*", | ||
"eslint-config-google": "*", | ||
"eslint-plugin-jsdoc": "*", | ||
"favicons": "*", | ||
"favicons-webpack-plugin": "*", | ||
"highlight.js": "*", | ||
"internationalisation": "*", | ||
"jest": "*", | ||
"jquery": "*", | ||
"jsdoc": "*", | ||
"legal-notes": "*", | ||
"marked": "*", | ||
"mini-css-extract-plugin": "*", | ||
"postcss": "*", | ||
"postcss-fontpath": "*", | ||
"postcss-import": "*", | ||
"postcss-loader": "*", | ||
"postcss-mixins": "*", | ||
"postcss-nested": "*", | ||
"postcss-preset-env": "*", | ||
"postcss-sprites": "*", | ||
"postcss-url": "*", | ||
"spin.js": "*", | ||
"style-loader": "*", | ||
"stylelint": "*", | ||
"stylelint-config-standard": "*", | ||
"ua-parser-js": "*", | ||
"unzipper": "*", | ||
"weboptimizer": "*", | ||
"webpack-dev-server": "*", | ||
"website-utilities": "*" | ||
"@babel/eslint-parser": "^7.23.10", | ||
"@babel/runtime": "^7.24.0", | ||
"@types/archiver": "^6.0.2", | ||
"@types/ejs": "^3.1.5", | ||
"@types/html-minifier": "^4.0.5", | ||
"@types/jquery": "^3.5.29", | ||
"@types/jsdom": "^21.1.6", | ||
"@types/marked": "^6.0.0", | ||
"@types/node": "^20.11.24", | ||
"@types/unzipper": "^0.10.9", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"archiver": "^7.0.0", | ||
"clientnode": "^3.0.1136", | ||
"css-loader": "^6.10.0", | ||
"cssnano": "^6.0.5", | ||
"default-gateway": "^7.2.2", | ||
"errorreporter": "^1.0.304", | ||
"eslint": "^8.57.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-plugin-jsdoc": "^48.2.0", | ||
"favicons": "^7.1.5", | ||
"favicons-webpack-plugin": "^6.0.1", | ||
"highlight.js": "^11.9.0", | ||
"internationalisation": "^1.0.315", | ||
"jest": "^29.7.0", | ||
"jquery": "^3.7.1", | ||
"jsdoc": "^4.0.2", | ||
"legal-notes": "^1.0.18", | ||
"marked": "^12.0.0", | ||
"mini-css-extract-plugin": "^2.8.1", | ||
"postcss": "^8.4.35", | ||
"postcss-fontpath": "^1.0.0", | ||
"postcss-import": "^16.0.1", | ||
"postcss-loader": "^8.1.1", | ||
"postcss-mixins": "^9.0.4", | ||
"postcss-nested": "^6.0.1", | ||
"postcss-preset-env": "^9.4.0", | ||
"postcss-sprites": "^4.2.1", | ||
"postcss-url": "^10.1.3", | ||
"spin.js": "^4.1.1", | ||
"style-loader": "^3.3.4", | ||
"stylelint": "^16.2.1", | ||
"stylelint-config-standard": "^36.0.0", | ||
"ua-parser-js": "^1.0.37", | ||
"unzipper": "^0.10.14", | ||
"weboptimizer": "^2.0.1452", | ||
"webpack-dev-server": "^5.0.2", | ||
"website-utilities": "^1.0.345" | ||
}, | ||
"engines": { | ||
"node": ">=18", | ||
"npm": ">=9" | ||
"node": ">=20", | ||
"npm": ">=10", | ||
"yarn": ">=4" | ||
}, | ||
@@ -320,3 +319,4 @@ "resolutions": { | ||
} | ||
} | ||
} | ||
}, | ||
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb" | ||
} |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1012933
4697
13