@garage-panda/react-pdf-export
Advanced tools
Comparing version 0.0.1 to 0.0.2-alpha
{ | ||
"name": "@garage-panda/react-pdf-export", | ||
"version": "0.0.1", | ||
"version": "0.0.2-alpha", | ||
"description": "PDF generator for React apps", | ||
"main": "./lib/index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"/lib", | ||
"package.json" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack", | ||
"dev": "webpack -w" | ||
"build": "tsc", | ||
"dev": "tsc -w" | ||
}, | ||
@@ -27,18 +32,6 @@ "repository": { | ||
"homepage": "https://github.com/garage-panda/react-pdf-export#readme", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.8", | ||
"@babel/preset-env": "^7.14.9", | ||
"@babel/preset-react": "^7.14.5", | ||
"@babel/preset-typescript": "^7.14.5", | ||
"@types/react": "^17.0.15", | ||
"babel-loader": "^8.2.2", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"webpack": "^5.48.0", | ||
"webpack-cli": "^4.7.2" | ||
}, | ||
"peerDependencies": { | ||
"react": ">16.8.0", | ||
"react-dom": ">16.8.0" | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
7800
0
13
138
1