Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@garage-panda/react-pdf-export

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garage-panda/react-pdf-export - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-alpha

lib/components/PdfExport.d.ts

29

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