Comparing version 0.0.11 to 0.0.12
{ | ||
"author": "PdFactory", | ||
"name": "pdfactory", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"type": "module", | ||
@@ -18,7 +18,5 @@ "files": [ | ||
"scripts": { | ||
"build": "rimraf ./dist && npx rollup --config ./config/rollup.config.js", | ||
"dev": "nodemon --watch build --watch src --watch test -e js,ts,json,ejs,css,html --inspect ./test/dev.js", | ||
"dev:watch": "concurrently \"yarn clean-build\" \"yarn typescript:watch\" \"wait-on ./build/main.js && yarn dev\"", | ||
"clean-build": "rimraf ./build", | ||
"typescript:watch": "npx tsc -build config/tsconfig-local.json -w", | ||
"dist": "rimraf ./dist && npx rollup --config ./config/rollup.config.js", | ||
"dev": "DEV=true concurrently \"yarn dev:watch\" \"wait-on ./build/bundle.js && nodemon --inspect --watch build ./test/dev.js\"", | ||
"dev:watch": "rimraf ./dist && npx rollup --config ./config/rollup.config.js --watch", | ||
"test-build": "node ./test/testBuild.js" | ||
@@ -41,5 +39,8 @@ }, | ||
"express": "^4.18.2", | ||
"express-status-monitor": "^1.3.4", | ||
"nodemon": "^2.0.20", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.1.0", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"typescript": "^4.9.4", | ||
@@ -46,0 +47,0 @@ "wait-on": "^7.0.1" |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
0
1919
22
1
0
1