New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pdfactory

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfactory - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

13

package.json
{
"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"

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